Html Css Color HEX #429890 Blue Chill

📋 copy color: '#429890'

red 66 ◦ green 152 ◦ blue 144

#429890
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Chill #429890

Tints of Blue Chill #429890

RGB

 RED value IS 66 (26.17% from 255) = 18.23%

 GREEN value IS 152 (59.77% from 255) = 41.99%

 BLUE value IS 144 (56.64% from 255) = 39.78%

R = 18.23%
G = 41.99%
B = 39.78%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.05

 K value IS 0.40

RGB Variations

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

Color information

#429890 (or 0x429890) is known color: Blue Chill. HEX triplet: 42, 98 and 90. RGB value is (66,152,144). Sum of RGB (Red+Green+Blue) = 66+152+144=362 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.23% from 362); Green value is 152 (59.77% from 255 or 41.99% from 362); Blue value is 144 (56.64% from 255 or 39.78% from 362); Max value from RGB is 152 - color contains mainly: green. Hex color #429890 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429890 is #BD676F. Grayscale: #7D7D7D. Windows color (decimal): -12412784 or 9476162. OLE color: 9476162.

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

Color convert

RGB 66 152 144 -
CMYK 0.57 0 0.05 0.40
HSL 174.42º 0.39% 0.43% -
HSV(B) 174.42º 0.57% 0.6% -
XYZ 18.51 25.63 30.36 -
YUV 125.37 138.51 85.65 -
System Red Green Blue C M Y K H S L
Decimal 66 152 144 0.57 0 0.05 0.40 174.42 0.39 0.43
Hex 42 98 90 39 0 5 28 AE 27 2B
Octal 102 230 220 71 0 5 50 256 47 53
Binary 1000010 10011000 10010000 111001 0 101 101000 10101110 100111 101011

Color Harmonies of #429890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429890

Black with #429890

Text Example


Text Example

White with #429890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429890; }

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

 H1.HeaderClassName
 {
   color: #429890;
 }
 .AnyTagClassName
 {
   color: #429890;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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