Html Css Color HEX #479195 Blue Chill

📋 copy color: '#479195'

red 71 ◦ green 145 ◦ blue 149

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

Shades of Blue Chill #479195

Tints of Blue Chill #479195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 40.82%

R = 19.45%
G = 39.73%
B = 40.82%

CMYK

 C value IS 0.52

 M value IS 0.03

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#479195 (or 0x479195) is known color: Blue Chill. HEX triplet: 47, 91 and 95. RGB value is (71,145,149). Sum of RGB (Red+Green+Blue) = 71+145+149=365 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.45% from 365); Green value is 145 (57.03% from 255 or 39.73% from 365); Blue value is 149 (58.59% from 255 or 40.82% from 365); Max value from RGB is 149 - color contains mainly: blue. Hex color #479195 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479195 is #B86E6A. Grayscale: #7B7B7B. Windows color (decimal): -12086891 or 9802055. OLE color: 9802055.

HSL color Cylindrical-coordinate representation of color #479195: hue angle of 183.08º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #479195 is Cyan = 0.52, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 71 145 149 -
CMYK 0.52 0.03 0 0.42
HSL 183.08º 0.35% 0.43% -
HSV(B) 183.08º 0.52% 0.58% -
XYZ 18.15 23.76 32.06 -
YUV 123.33 142.48 90.67 -
System Red Green Blue C M Y K H S L
Decimal 71 145 149 0.52 0.03 0 0.42 183.08 0.35 0.43
Hex 47 91 95 34 3 0 2A B7 23 2B
Octal 107 221 225 64 3 0 52 267 43 53
Binary 1000111 10010001 10010101 110100 11 0 101010 10110111 100011 101011

Color Harmonies of #479195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479195

Black with #479195

Text Example


Text Example

White with #479195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #479195; }

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

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

background-color css

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

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

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

border-color css

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

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

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