#4184B5

Color #4184B5 Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #4184B5

Tints of Curious Blue #4184B5

Color information

#4184B5 (or 0x4184B5) is unknown color: approx Curious Blue. HEX triplet: 41, 84 and B5. RGB value is (65,132,181). Sum of RGB (Red+Green+Blue) = 65+132+181=378 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.20% from 378); Green value is 132 (51.95% from 255 or 34.92% from 378); Blue value is 181 (71.09% from 255 or 47.88% from 378); Max value from RGB is 181 - color contains mainly: blue. Hex color #4184B5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4184B5 is #BE7B4A. Grayscale: #757575. Windows color (decimal): -12483403 or 11895873. OLE color: 11895873.

HSL color Cylindrical-coordinate representation of color #4184B5: hue angle of 205.34º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4184B5 is Cyan = 0.64, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB65132181-
CMYK0.640.2700.29
HSL205.34º47.15%48.24%-
HSV(B)205.34º64.09%70.98%-
XYZ18.7720.9646.77-
YUV117.55163.890.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 65 (25.78% from 255) = 17.20%
GREEN value IS 132 (51.95% from 255) = 34.92%
BLUE value IS 181 (71.09% from 255) = 47.88%
R=17.20%
G=34.92%
B=47.88%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal651321810.640.2700.29205.3447.1548.24
Hex4184B5401B01Dcd2f30
Octal101204265100330353155760
Binary1000001100001001011010110000001101101110111001101101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4184B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4184B5; }

 p { color: rgb(65,132,181); }

 H1.HeaderClassName
 {
   color: #4184B5;
 }
 .AnyTagClassName
 {
   color: #4184B5;
 }
</style>
background-color css

<style>
 a { background-color: #4184B5; }

 a { background-color: rgb(65,132,181); }

 div.DivClassName
 {
   background-color: #4184B5;
 }
 .BgClassName
 {
   background-color: #4184B5;
 }
</style>
border-color css

<style>
 span { border-color: #4184B5; }

 span { border-color: rgb(65,132,181); }

 td.TdClassName
 {
   border-color: #4184B5;
 }
 .TagClassName
 {
   border-color: #4184B5;
 }
</style>