#429690

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

Shades of Blue Chill #429690

Tints of Blue Chill #429690

Color information

#429690 (or 0x429690) is unknown color: approx Blue Chill. HEX triplet: 42, 96 and 90. RGB value is (66,150,144). Sum of RGB (Red+Green+Blue) = 66+150+144=360 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.33% from 360); Green value is 150 (58.98% from 255 or 41.67% from 360); Blue value is 144 (56.64% from 255 or 40% from 360); Max value from RGB is 150 - color contains mainly: green. Hex color #429690 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429690 is #BD696F. Grayscale: #7C7C7C. Windows color (decimal): -12413296 or 9475650. OLE color: 9475650.

HSL color Cylindrical-coordinate representation of color #429690: hue angle of 175.71º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #429690 is Cyan = 0.56, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.41.

Color convert

RGB66150144-
CMYK0.5600.040.41
HSL175.71º38.89%42.35%-
HSV(B)175.71º56%58.82%-
XYZ18.1924.9830.25-
YUV124.2139.1786.49-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.33%
GREEN value IS 150 (58.98% from 255) = 41.67%
BLUE value IS 144 (56.64% from 255) = 40%
R=18.33%
G=41.67%
B=40%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal661501440.5600.040.41175.7138.8942.35
Hex429690380429b0272a
Octal1022262207004512604752
Binary10000101001011010010000111000010010100110110000100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429690; }

 p { color: rgb(66,150,144); }

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

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

 a { background-color: rgb(66,150,144); }

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

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

 span { border-color: rgb(66,150,144); }

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