Html Css Color HEX #479998 Blue Chill

📋 copy color: '#479998'

red 71 ◦ green 153 ◦ blue 152

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

Shades of Blue Chill #479998

Tints of Blue Chill #479998

RGB

 RED value IS 71 (28.13% from 255) = 18.88%

 GREEN value IS 153 (60.16% from 255) = 40.69%

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

R = 18.88%
G = 40.69%
B = 40.43%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.01

 K value IS 0.4

RGB Variations

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

Color information

#479998 (or 0x479998) is known color: Blue Chill. HEX triplet: 47, 99 and 98. RGB value is (71,153,152). Sum of RGB (Red+Green+Blue) = 71+153+152=376 (49% of max value = 765). Red value is 71 (28.12% from 255 or 18.88% from 376); Green value is 153 (60.16% from 255 or 40.69% from 376); Blue value is 152 (59.77% from 255 or 40.43% from 376); Max value from RGB is 153 - color contains mainly: green. Hex color #479998 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479998 is #B86667. Grayscale: #808080. Windows color (decimal): -12084840 or 10000711. OLE color: 10000711.

HSL color Cylindrical-coordinate representation of color #479998: hue angle of 179.27º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #479998 is Cyan = 0.54, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.4.

Color convert

RGB 71 153 152 -
CMYK 0.54 0 0.01 0.4
HSL 179.27º 0.37% 0.44% -
HSV(B) 179.27º 0.54% 0.6% -
XYZ 19.66 26.39 33.76 -
YUV 128.37 141.33 87.08 -
System Red Green Blue C M Y K H S L
Decimal 71 153 152 0.54 0 0.01 0.4 179.27 0.37 0.44
Hex 47 99 98 36 0 1 28 B3 25 2C
Octal 107 231 230 66 0 1 50 263 45 54
Binary 1000111 10011001 10011000 110110 0 1 101000 10110011 100101 101100

Color Harmonies of #479998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479998

Black with #479998

Text Example


Text Example

White with #479998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #479998; }

 p { color: rgb(71,153,152); }

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

background-color css

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

 a { background-color: rgb(71,153,152); }

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

border-color css

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

 span { border-color: rgb(71,153,152); }

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