#419098

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

Shades of Blue Chill #419098

Tints of Blue Chill #419098

Color information

#419098 (or 0x419098) is unknown color: approx Blue Chill. HEX triplet: 41, 90 and 98. RGB value is (65,144,152). Sum of RGB (Red+Green+Blue) = 65+144+152=361 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.01% from 361); Green value is 144 (56.64% from 255 or 39.89% from 361); Blue value is 152 (59.77% from 255 or 42.11% from 361); Max value from RGB is 152 - color contains mainly: blue. Hex color #419098 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419098 is #BE6F67. Grayscale: #797979. Windows color (decimal): -12480360 or 9998401. OLE color: 9998401.

HSL color Cylindrical-coordinate representation of color #419098: hue angle of 185.52º 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 #419098 is Cyan = 0.57, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB65144152-
CMYK0.570.0500.40
HSL185.52º40.09%42.55%-
HSV(B)185.52º57.24%59.61%-
XYZ17.8223.3433.27-
YUV121.29145.3387.85-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.01%
GREEN value IS 144 (56.64% from 255) = 39.89%
BLUE value IS 152 (59.77% from 255) = 42.11%
R=18.01%
G=39.89%
B=42.11%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal651441520.570.0500.40185.5240.0942.55
Hex419098395028ba282b
Octal1012202307150502725053
Binary10000011001000010011000111001101010100010111010101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419098; }

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

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

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

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

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

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

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

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