Html Css Color HEX #429094 Blue Chill

📋 copy color: '#429094'

red 66 ◦ green 144 ◦ blue 148

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

Shades of Blue Chill #429094

Tints of Blue Chill #429094

RGB

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

 GREEN value IS 144 (56.64% from 255) = 40.22%

 BLUE value IS 148 (58.2% from 255) = 41.34%

R = 18.44%
G = 40.22%
B = 41.34%

CMYK

 C value IS 0.55

 M value IS 0.03

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#429094 (or 0x429094) is known color: Blue Chill. HEX triplet: 42, 90 and 94. RGB value is (66,144,148). Sum of RGB (Red+Green+Blue) = 66+144+148=358 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.44% from 358); Green value is 144 (56.64% from 255 or 40.22% from 358); Blue value is 148 (58.20% from 255 or 41.34% from 358); Max value from RGB is 148 - color contains mainly: blue. Hex color #429094 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429094 is #BD6F6B. Grayscale: #797979. Windows color (decimal): -12414828 or 9736258. OLE color: 9736258.

HSL color Cylindrical-coordinate representation of color #429094: hue angle of 182.93º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #429094 is Cyan = 0.55, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 66 144 148 -
CMYK 0.55 0.03 0 0.42
HSL 182.93º 0.38% 0.42% -
HSV(B) 182.93º 0.55% 0.58% -
XYZ 17.57 23.24 31.58 -
YUV 121.13 143.16 88.67 -
System Red Green Blue C M Y K H S L
Decimal 66 144 148 0.55 0.03 0 0.42 182.93 0.38 0.42
Hex 42 90 94 37 3 0 2A B7 26 2A
Octal 102 220 224 67 3 0 52 267 46 52
Binary 1000010 10010000 10010100 110111 11 0 101010 10110111 100110 101010

Color Harmonies of #429094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429094

Black with #429094

Text Example


Text Example

White with #429094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429094; }

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

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

background-color css

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

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

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

border-color css

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

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

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