Html Css Color HEX #429498 Blue Chill

📋 copy color: '#429498'

red 66 ◦ green 148 ◦ blue 152

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

Shades of Blue Chill #429498

Tints of Blue Chill #429498

RGB

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

 GREEN value IS 148 (58.2% from 255) = 40.44%

 BLUE value IS 152 (59.77% from 255) = 41.53%

R = 18.03%
G = 40.44%
B = 41.53%

CMYK

 C value IS 0.57

 M value IS 0.03

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#429498 (or 0x429498) is known color: Blue Chill. HEX triplet: 42, 94 and 98. RGB value is (66,148,152). Sum of RGB (Red+Green+Blue) = 66+148+152=366 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.03% from 366); Green value is 148 (58.20% from 255 or 40.44% from 366); Blue value is 152 (59.77% from 255 or 41.53% from 366); Max value from RGB is 152 - color contains mainly: blue. Hex color #429498 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429498 is #BD6B67. Grayscale: #7B7B7B. Windows color (decimal): -12413800 or 9999426. OLE color: 9999426.

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

Color convert

RGB 66 148 152 -
CMYK 0.57 0.03 0 0.40
HSL 182.79º 0.39% 0.43% -
HSV(B) 182.79º 0.57% 0.6% -
XYZ 18.5 24.61 33.48 -
YUV 123.94 143.83 86.67 -
System Red Green Blue C M Y K H S L
Decimal 66 148 152 0.57 0.03 0 0.40 182.79 0.39 0.43
Hex 42 94 98 39 3 0 28 B7 27 2B
Octal 102 224 230 71 3 0 50 267 47 53
Binary 1000010 10010100 10011000 111001 11 0 101000 10110111 100111 101011

Color Harmonies of #429498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429498

Black with #429498

Text Example


Text Example

White with #429498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429498; }

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

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

background-color css

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

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

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

border-color css

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

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

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