#419B98

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

Shades of Blue Chill #419B98

Tints of Blue Chill #419B98

Color information

#419B98 (or 0x419B98) is unknown color: approx Blue Chill. HEX triplet: 41, 9B and 98. RGB value is (65,155,152). Sum of RGB (Red+Green+Blue) = 65+155+152=372 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.47% from 372); Green value is 155 (60.94% from 255 or 41.67% from 372); Blue value is 152 (59.77% from 255 or 40.86% from 372); Max value from RGB is 155 - color contains mainly: green. Hex color #419B98 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419B98 is #BE6467. Grayscale: #7F7F7F. Windows color (decimal): -12477544 or 10001217. OLE color: 10001217.

HSL color Cylindrical-coordinate representation of color #419B98: hue angle of 178º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #419B98 is Cyan = 0.58, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.39.

Color convert

RGB65155152-
CMYK0.5800.020.39
HSL178º40.91%43.14%-
HSV(B)178º58.06%60.78%-
XYZ19.5726.8333.85-
YUV127.75141.6883.24-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.47%
GREEN value IS 155 (60.94% from 255) = 41.67%
BLUE value IS 152 (59.77% from 255) = 40.86%
R=17.47%
G=41.67%
B=40.86%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal651551520.5800.020.3917840.9143.14
Hex419B983A0227b2292b
Octal1012332307202472625153
Binary1000001100110111001100011101001010011110110010101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419B98; }

 p { color: rgb(65,155,152); }

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

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

 a { background-color: rgb(65,155,152); }

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

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

 span { border-color: rgb(65,155,152); }

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