Html Css Color HEX #479698 Blue Chill

📋 copy color: '#479698'

red 71 ◦ green 150 ◦ blue 152

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

Shades of Blue Chill #479698

Tints of Blue Chill #479698

RGB

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

 GREEN value IS 150 (58.98% from 255) = 40.21%

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

R = 19.03%
G = 40.21%
B = 40.75%

CMYK

 C value IS 0.53

 M value IS 0.01

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#479698 (or 0x479698) is known color: Blue Chill. HEX triplet: 47, 96 and 98. RGB value is (71,150,152). Sum of RGB (Red+Green+Blue) = 71+150+152=373 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.03% from 373); Green value is 150 (58.98% from 255 or 40.21% from 373); Blue value is 152 (59.77% from 255 or 40.75% from 373); Max value from RGB is 152 - color contains mainly: blue. Hex color #479698 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479698 is #B86967. Grayscale: #7E7E7E. Windows color (decimal): -12085608 or 9999943. OLE color: 9999943.

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

Color convert

RGB 71 150 152 -
CMYK 0.53 0.01 0 0.40
HSL 181.48º 0.36% 0.44% -
HSV(B) 181.48º 0.53% 0.6% -
XYZ 19.17 25.42 33.6 -
YUV 126.61 142.33 88.34 -
System Red Green Blue C M Y K H S L
Decimal 71 150 152 0.53 0.01 0 0.40 181.48 0.36 0.44
Hex 47 96 98 35 1 0 28 B5 24 2C
Octal 107 226 230 65 1 0 50 265 44 54
Binary 1000111 10010110 10011000 110101 1 0 101000 10110101 100100 101100

Color Harmonies of #479698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479698

Black with #479698

Text Example


Text Example

White with #479698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #479698; }

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

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

background-color css

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

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

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

border-color css

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

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

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