Html Css Color HEX #479199 Blue Chill

📋 copy color: '#479199'

red 71 ◦ green 145 ◦ blue 153

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

Shades of Blue Chill #479199

Tints of Blue Chill #479199

RGB

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

 GREEN value IS 145 (57.03% from 255) = 39.3%

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

R = 19.24%
G = 39.3%
B = 41.46%

CMYK

 C value IS 0.54

 M value IS 0.05

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#479199 (or 0x479199) is known color: Blue Chill. HEX triplet: 47, 91 and 99. RGB value is (71,145,153). Sum of RGB (Red+Green+Blue) = 71+145+153=369 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.24% from 369); Green value is 145 (57.03% from 255 or 39.30% from 369); Blue value is 153 (60.16% from 255 or 41.46% from 369); Max value from RGB is 153 - color contains mainly: blue. Hex color #479199 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479199 is #B86E66. Grayscale: #7B7B7B. Windows color (decimal): -12086887 or 10064199. OLE color: 10064199.

HSL color Cylindrical-coordinate representation of color #479199: hue angle of 185.85º 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 #479199 is Cyan = 0.54, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 71 145 153 -
CMYK 0.54 0.05 0 0.4
HSL 185.85º 0.37% 0.44% -
HSV(B) 185.85º 0.54% 0.6% -
XYZ 18.47 23.89 33.77 -
YUV 123.79 144.48 90.35 -
System Red Green Blue C M Y K H S L
Decimal 71 145 153 0.54 0.05 0 0.4 185.85 0.37 0.44
Hex 47 91 99 36 5 0 28 BA 25 2C
Octal 107 221 231 66 5 0 50 272 45 54
Binary 1000111 10010001 10011001 110110 101 0 101000 10111010 100101 101100

Color Harmonies of #479199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479199

Black with #479199

Text Example


Text Example

White with #479199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #479199; }

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

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

background-color css

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

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

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

border-color css

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

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

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