Html Css Color HEX #429A94 Blue Chill

📋 copy color: '#429A94'

red 66 ◦ green 154 ◦ blue 148

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

Shades of Blue Chill #429A94

Tints of Blue Chill #429A94

RGB

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

 GREEN value IS 154 (60.55% from 255) = 41.85%

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

R = 17.93%
G = 41.85%
B = 40.22%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.04

 K value IS 0.40

RGB Variations

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

Color information

#429A94 (or 0x429A94) is known color: Blue Chill. HEX triplet: 42, 9A and 94. RGB value is (66,154,148). Sum of RGB (Red+Green+Blue) = 66+154+148=368 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.93% from 368); Green value is 154 (60.55% from 255 or 41.85% from 368); Blue value is 148 (58.20% from 255 or 40.22% from 368); Max value from RGB is 154 - color contains mainly: green. Hex color #429A94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429A94 is #BD656B. Grayscale: #7E7E7E. Windows color (decimal): -12412268 or 9738818. OLE color: 9738818.

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

Color convert

RGB 66 154 148 -
CMYK 0.57 0 0.04 0.40
HSL 175.91º 0.4% 0.43% -
HSV(B) 175.91º 0.57% 0.6% -
XYZ 19.15 26.41 32.1 -
YUV 127 139.85 84.49 -
System Red Green Blue C M Y K H S L
Decimal 66 154 148 0.57 0 0.04 0.40 175.91 0.4 0.43
Hex 42 9A 94 39 0 4 28 B0 28 2B
Octal 102 232 224 71 0 4 50 260 50 53
Binary 1000010 10011010 10010100 111001 0 100 101000 10110000 101000 101011

Color Harmonies of #429A94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429A94

Black with #429A94

Text Example


Text Example

White with #429A94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429A94; }

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

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

background-color css

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

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

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

border-color css

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

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

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