#419FA4

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

Shades of Blue Chill #419FA4

Tints of Blue Chill #419FA4

Color information

#419FA4 (or 0x419FA4) is unknown color: approx Blue Chill. HEX triplet: 41, 9F and A4. RGB value is (65,159,164). Sum of RGB (Red+Green+Blue) = 65+159+164=388 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.75% from 388); Green value is 159 (62.5% from 255 or 40.98% from 388); Blue value is 164 (64.45% from 255 or 42.27% from 388); Max value from RGB is 164 - color contains mainly: blue. Hex color #419FA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419FA4 is #BE605B. Grayscale: #838383. Windows color (decimal): -12476508 or 10788673. OLE color: 10788673.

HSL color Cylindrical-coordinate representation of color #419FA4: hue angle of 183.03º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #419FA4 is Cyan = 0.60, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB65159164-
CMYK0.600.0300.36
HSL183.03º43.23%44.9%-
HSV(B)183.03º60.37%64.31%-
XYZ21.2828.639.52-
YUV131.46146.3680.59-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.75%
GREEN value IS 159 (62.5% from 255) = 40.98%
BLUE value IS 164 (64.45% from 255) = 42.27%
R=16.75%
G=40.98%
B=42.27%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal651591640.600.0300.36183.0343.2344.9
Hex419FA43C3024b72b2d
Octal1012372447430442675355
Binary1000001100111111010010011110011010010010110111101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,159,164); }

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

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

 a { background-color: rgb(65,159,164); }

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

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

 span { border-color: rgb(65,159,164); }

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