#418991

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

Shades of Blue Chill #418991

Tints of Blue Chill #418991

Color information

#418991 (or 0x418991) is unknown color: approx Blue Chill. HEX triplet: 41, 89 and 91. RGB value is (65,137,145). Sum of RGB (Red+Green+Blue) = 65+137+145=347 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.73% from 347); Green value is 137 (53.91% from 255 or 39.48% from 347); Blue value is 145 (57.03% from 255 or 41.79% from 347); Max value from RGB is 145 - color contains mainly: blue. Hex color #418991 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418991 is #BE766E. Grayscale: #747474. Windows color (decimal): -12482159 or 9537857. OLE color: 9537857.

HSL color Cylindrical-coordinate representation of color #418991: hue angle of 186º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #418991 is Cyan = 0.55, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB65137145-
CMYK0.550.0600.43
HSL186º38.1%41.18%-
HSV(B)186º55.17%56.86%-
XYZ16.2421.0630-
YUV116.38144.1591.35-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.73%
GREEN value IS 137 (53.91% from 255) = 39.48%
BLUE value IS 145 (57.03% from 255) = 41.79%
R=18.73%
G=39.48%
B=41.79%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal651371450.550.0600.4318638.141.18
Hex41899137602Bba2629
Octal1012112216760532724651
Binary10000011000100110010001110111110010101110111010100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418991; }

 p { color: rgb(65,137,145); }

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

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

 a { background-color: rgb(65,137,145); }

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

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

 span { border-color: rgb(65,137,145); }

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