Html Css Color HEX #479A9C Blue Chill

📋 copy color: '#479A9C'

red 71 ◦ green 154 ◦ blue 156

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

Shades of Blue Chill #479A9C

Tints of Blue Chill #479A9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 40.94%

R = 18.64%
G = 40.42%
B = 40.94%

CMYK

 C value IS 0.54

 M value IS 0.01

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#479A9C (or 0x479A9C) is known color: Blue Chill. HEX triplet: 47, 9A and 9C. RGB value is (71,154,156). Sum of RGB (Red+Green+Blue) = 71+154+156=381 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.64% from 381); Green value is 154 (60.55% from 255 or 40.42% from 381); Blue value is 156 (61.33% from 255 or 40.94% from 381); Max value from RGB is 156 - color contains mainly: blue. Hex color #479A9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479A9C is #B86563. Grayscale: #818181. Windows color (decimal): -12084580 or 10263111. OLE color: 10263111.

HSL color Cylindrical-coordinate representation of color #479A9C: hue angle of 181.41º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #479A9C is Cyan = 0.54, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 71 154 156 -
CMYK 0.54 0.01 0 0.39
HSL 181.41º 0.37% 0.45% -
HSV(B) 181.41º 0.54% 0.61% -
XYZ 20.15 26.85 35.57 -
YUV 129.41 143 86.34 -
System Red Green Blue C M Y K H S L
Decimal 71 154 156 0.54 0.01 0 0.39 181.41 0.37 0.45
Hex 47 9A 9C 36 1 0 27 B5 25 2D
Octal 107 232 234 66 1 0 47 265 45 55
Binary 1000111 10011010 10011100 110110 1 0 100111 10110101 100101 101101

Color Harmonies of #479A9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479A9C

Black with #479A9C

Text Example


Text Example

White with #479A9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,154,156); }

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

background-color css

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

 a { background-color: rgb(71,154,156); }

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

border-color css

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

 span { border-color: rgb(71,154,156); }

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