Html Css Color HEX #479D98 Blue Chill

📋 copy color: '#479D98'

red 71 ◦ green 157 ◦ blue 152

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

Shades of Blue Chill #479D98

Tints of Blue Chill #479D98

RGB

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

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

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

R = 18.68%
G = 41.32%
B = 40%

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

#479D98 (or 0x479D98) is known color: Blue Chill. HEX triplet: 47, 9D and 98. RGB value is (71,157,152). Sum of RGB (Red+Green+Blue) = 71+157+152=380 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.68% from 380); Green value is 157 (61.72% from 255 or 41.32% from 380); Blue value is 152 (59.77% from 255 or 40% from 380); Max value from RGB is 157 - color contains mainly: green. Hex color #479D98 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479D98 is #B86267. Grayscale: #828282. Windows color (decimal): -12083816 or 10001735. OLE color: 10001735.

HSL color Cylindrical-coordinate representation of color #479D98: hue angle of 176.51º 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 #479D98 is Cyan = 0.55, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.

Color convert

RGB 71 157 152 -
CMYK 0.55 0 0.03 0.38
HSL 176.51º 0.38% 0.45% -
HSV(B) 176.51º 0.55% 0.62% -
XYZ 20.32 27.72 33.99 -
YUV 130.72 140.01 85.41 -
System Red Green Blue C M Y K H S L
Decimal 71 157 152 0.55 0 0.03 0.38 176.51 0.38 0.45
Hex 47 9D 98 37 0 3 26 B1 26 2D
Octal 107 235 230 67 0 3 46 261 46 55
Binary 1000111 10011101 10011000 110111 0 11 100110 10110001 100110 101101

Color Harmonies of #479D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479D98

Black with #479D98

Text Example


Text Example

White with #479D98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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