#419E98

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

Shades of Blue Chill #419E98

Tints of Blue Chill #419E98

Color information

#419E98 (or 0x419E98) is unknown color: approx Blue Chill. HEX triplet: 41, 9E and 98. RGB value is (65,158,152). Sum of RGB (Red+Green+Blue) = 65+158+152=375 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.33% from 375); Green value is 158 (62.11% from 255 or 42.13% from 375); Blue value is 152 (59.77% from 255 or 40.53% from 375); Max value from RGB is 158 - color contains mainly: green. Hex color #419E98 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419E98 is #BE6167. Grayscale: #818181. Windows color (decimal): -12476776 or 10001985. OLE color: 10001985.

HSL color Cylindrical-coordinate representation of color #419E98: hue angle of 176.13º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #419E98 is Cyan = 0.59, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.

Color convert

RGB65158152-
CMYK0.5900.040.38
HSL176.13º41.7%43.73%-
HSV(B)176.13º58.86%61.96%-
XYZ20.0727.8434.02-
YUV129.51140.6981.99-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.33%
GREEN value IS 158 (62.11% from 255) = 42.13%
BLUE value IS 152 (59.77% from 255) = 40.53%
R=17.33%
G=42.13%
B=40.53%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal651581520.5900.040.38176.1341.743.73
Hex419E983B0426b02a2c
Octal1012362307304462605254
Binary10000011001111010011000111011010010011010110000101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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