Html Css Color HEX #479D99 Blue Chill

📋 copy color: '#479D99'

red 71 ◦ green 157 ◦ blue 153

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

Shades of Blue Chill #479D99

Tints of Blue Chill #479D99

RGB

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

 GREEN value IS 157 (61.72% from 255) = 41.21%

 BLUE value IS 153 (60.16% from 255) = 40.16%

R = 18.64%
G = 41.21%
B = 40.16%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.03

 K value IS 0.38

RGB Variations

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

Color information

#479D99 (or 0x479D99) is known color: Blue Chill. HEX triplet: 47, 9D and 99. RGB value is (71,157,153). Sum of RGB (Red+Green+Blue) = 71+157+153=381 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.64% from 381); Green value is 157 (61.72% from 255 or 41.21% from 381); Blue value is 153 (60.16% from 255 or 40.16% from 381); Max value from RGB is 157 - color contains mainly: green. Hex color #479D99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479D99 is #B86266. Grayscale: #828282. Windows color (decimal): -12083815 or 10067271. OLE color: 10067271.

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

Color convert

RGB 71 157 153 -
CMYK 0.55 0 0.03 0.38
HSL 177.21º 0.38% 0.45% -
HSV(B) 177.21º 0.55% 0.62% -
XYZ 20.41 27.75 34.42 -
YUV 130.83 140.51 85.33 -
System Red Green Blue C M Y K H S L
Decimal 71 157 153 0.55 0 0.03 0.38 177.21 0.38 0.45
Hex 47 9D 99 37 0 3 26 B1 26 2D
Octal 107 235 231 67 0 3 46 261 46 55
Binary 1000111 10011101 10011001 110111 0 11 100110 10110001 100110 101101

Color Harmonies of #479D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479D99

Black with #479D99

Text Example


Text Example

White with #479D99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #479D99; }

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

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

background-color css

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

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

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

border-color css

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

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

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