#419F9F

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

Shades of Blue Chill #419F9F

Tints of Blue Chill #419F9F

Color information

#419F9F (or 0x419F9F) is unknown color: approx Blue Chill. HEX triplet: 41, 9F and 9F. RGB value is (65,159,159). Sum of RGB (Red+Green+Blue) = 65+159+159=383 (50% of max value = 765). Red value is 65 (25.78% from 255 or 16.97% from 383); Green value is 159 (62.5% from 255 or 41.51% from 383); Blue value is 159 (62.5% from 255 or 41.51% from 383); Max value from RGB is 159 - color contains mainly: green, blue. Hex color #419F9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419F9F is #BE6060. Grayscale: #828282. Windows color (decimal): -12476513 or 10460993. OLE color: 10460993.

HSL color Cylindrical-coordinate representation of color #419F9F: hue angle of 180º 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 #419F9F is Cyan = 0.59, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB65159159-
CMYK0.59000.38
HSL180º41.96%43.92%-
HSV(B)180º59.12%62.35%-
XYZ20.8428.4237.19-
YUV130.89143.8681-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.97%
GREEN value IS 159 (62.5% from 255) = 41.51%
BLUE value IS 159 (62.5% from 255) = 41.51%
R=16.97%
G=41.51%
B=41.51%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal651591590.59000.3818041.9643.92
Hex419F9F3B0026b42a2c
Octal1012372377300462645254
Binary100000110011111100111111110110010011010110100101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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