Html Css Color HEX #429B94 Blue Chill

📋 copy color: '#429B94'

red 66 ◦ green 155 ◦ blue 148

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

Shades of Blue Chill #429B94

Tints of Blue Chill #429B94

RGB

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

 GREEN value IS 155 (60.94% from 255) = 42.01%

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

R = 17.89%
G = 42.01%
B = 40.11%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.05

 K value IS 0.39

RGB Variations

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

Color information

#429B94 (or 0x429B94) is known color: Blue Chill. HEX triplet: 42, 9B and 94. RGB value is (66,155,148). Sum of RGB (Red+Green+Blue) = 66+155+148=369 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.89% from 369); Green value is 155 (60.94% from 255 or 42.01% from 369); Blue value is 148 (58.20% from 255 or 40.11% from 369); Max value from RGB is 155 - color contains mainly: green. Hex color #429B94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429B94 is #BD646B. Grayscale: #7F7F7F. Windows color (decimal): -12412012 or 9739074. OLE color: 9739074.

HSL color Cylindrical-coordinate representation of color #429B94: hue angle of 175.28º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #429B94 is Cyan = 0.57, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.39.

Color convert

RGB 66 155 148 -
CMYK 0.57 0 0.05 0.39
HSL 175.28º 0.4% 0.43% -
HSV(B) 175.28º 0.57% 0.61% -
XYZ 19.31 26.74 32.16 -
YUV 127.59 139.51 84.07 -
System Red Green Blue C M Y K H S L
Decimal 66 155 148 0.57 0 0.05 0.39 175.28 0.4 0.43
Hex 42 9B 94 39 0 5 27 AF 28 2B
Octal 102 233 224 71 0 5 47 257 50 53
Binary 1000010 10011011 10010100 111001 0 101 100111 10101111 101000 101011

Color Harmonies of #429B94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429B94

Black with #429B94

Text Example


Text Example

White with #429B94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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