#419B92

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

Shades of Blue Chill #419B92

Tints of Blue Chill #419B92

Color information

#419B92 (or 0x419B92) is unknown color: approx Blue Chill. HEX triplet: 41, 9B and 92. RGB value is (65,155,146). Sum of RGB (Red+Green+Blue) = 65+155+146=366 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.76% from 366); Green value is 155 (60.94% from 255 or 42.35% from 366); Blue value is 146 (57.42% from 255 or 39.89% from 366); Max value from RGB is 155 - color contains mainly: green. Hex color #419B92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419B92 is #BE646D. Grayscale: #7F7F7F. Windows color (decimal): -12477550 or 9608001. OLE color: 9608001.

HSL color Cylindrical-coordinate representation of color #419B92: hue angle of 174º 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 #419B92 is Cyan = 0.58, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.39.

Color convert

RGB65155146-
CMYK0.5800.060.39
HSL174º40.91%43.14%-
HSV(B)174º58.06%60.78%-
XYZ19.0926.6431.33-
YUV127.06138.6883.73-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.76%
GREEN value IS 155 (60.94% from 255) = 42.35%
BLUE value IS 146 (57.42% from 255) = 39.89%
R=17.76%
G=42.35%
B=39.89%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal651551460.5800.060.3917440.9143.14
Hex419B923A0627ae292b
Octal1012332227206472565153
Binary10000011001101110010010111010011010011110101110101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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