#419894

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

Shades of Blue Chill #419894

Tints of Blue Chill #419894

Color information

#419894 (or 0x419894) is unknown color: approx Blue Chill. HEX triplet: 41, 98 and 94. RGB value is (65,152,148). Sum of RGB (Red+Green+Blue) = 65+152+148=365 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.81% from 365); Green value is 152 (59.77% from 255 or 41.64% from 365); Blue value is 148 (58.20% from 255 or 40.55% from 365); Max value from RGB is 152 - color contains mainly: green. Hex color #419894 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419894 is #BE676B. Grayscale: #7D7D7D. Windows color (decimal): -12478316 or 9738305. OLE color: 9738305.

HSL color Cylindrical-coordinate representation of color #419894: hue angle of 177.24º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #419894 is Cyan = 0.57, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.40.

Color convert

RGB65152148-
CMYK0.5700.030.40
HSL177.24º40.09%42.55%-
HSV(B)177.24º57.24%59.61%-
XYZ18.7525.7231.99-
YUV125.53140.6884.83-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.81%
GREEN value IS 152 (59.77% from 255) = 41.64%
BLUE value IS 148 (58.20% from 255) = 40.55%
R=17.81%
G=41.64%
B=40.55%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal651521480.5700.030.40177.2440.0942.55
Hex419894390328b1282b
Octal1012302247103502615053
Binary1000001100110001001010011100101110100010110001101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419894; }

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

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

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

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

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

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

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

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