#418F8D

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

Shades of Blue Chill #418F8D

Tints of Blue Chill #418F8D

Color information

#418F8D (or 0x418F8D) is unknown color: approx Blue Chill. HEX triplet: 41, 8F and 8D. RGB value is (65,143,141). Sum of RGB (Red+Green+Blue) = 65+143+141=349 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.62% from 349); Green value is 143 (56.25% from 255 or 40.97% from 349); Blue value is 141 (55.47% from 255 or 40.40% from 349); Max value from RGB is 143 - color contains mainly: green. Hex color #418F8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418F8D is #BE7072. Grayscale: #777777. Windows color (decimal): -12480627 or 9277249. OLE color: 9277249.

HSL color Cylindrical-coordinate representation of color #418F8D: hue angle of 178.46º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #418F8D is Cyan = 0.55, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB65143141-
CMYK0.5500.010.44
HSL178.46º37.5%40.78%-
HSV(B)178.46º54.55%56.08%-
XYZ16.8122.6928.69-
YUV119.45140.1689.16-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.62%
GREEN value IS 143 (56.25% from 255) = 40.97%
BLUE value IS 141 (55.47% from 255) = 40.40%
R=18.62%
G=40.97%
B=40.40%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal651431410.5500.010.44178.4637.540.78
Hex418F8D37012Cb22629
Octal1012172156701542624651
Binary100000110001111100011011101110110110010110010100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418F8D; }

 p { color: rgb(65,143,141); }

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

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

 a { background-color: rgb(65,143,141); }

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

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

 span { border-color: rgb(65,143,141); }

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