#418891

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

Shades of Blue Chill #418891

Tints of Blue Chill #418891

Color information

#418891 (or 0x418891) is unknown color: approx Blue Chill. HEX triplet: 41, 88 and 91. RGB value is (65,136,145). Sum of RGB (Red+Green+Blue) = 65+136+145=346 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.79% from 346); Green value is 136 (53.52% from 255 or 39.31% from 346); Blue value is 145 (57.03% from 255 or 41.91% from 346); Max value from RGB is 145 - color contains mainly: blue. Hex color #418891 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418891 is #BE776E. Grayscale: #737373. Windows color (decimal): -12482415 or 9537601. OLE color: 9537601.

HSL color Cylindrical-coordinate representation of color #418891: hue angle of 186.75º 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 #418891 is Cyan = 0.55, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB65136145-
CMYK0.550.0600.43
HSL186.75º38.1%41.18%-
HSV(B)186.75º55.17%56.86%-
XYZ16.0920.7829.95-
YUV115.8144.4891.77-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.79%
GREEN value IS 136 (53.52% from 255) = 39.31%
BLUE value IS 145 (57.03% from 255) = 41.91%
R=18.79%
G=39.31%
B=41.91%

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
Decimal651361450.550.0600.43186.7538.141.18
Hex41889137602Bbb2629
Octal1012102216760532734651
Binary10000011000100010010001110111110010101110111011100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418891; }

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

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

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

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

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

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

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

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