Html Css Color HEX #479299 Blue Chill

📋 copy color: '#479299'

red 71 ◦ green 146 ◦ blue 153

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

Shades of Blue Chill #479299

Tints of Blue Chill #479299

RGB

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

 GREEN value IS 146 (57.42% from 255) = 39.46%

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

R = 19.19%
G = 39.46%
B = 41.35%

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

#479299 (or 0x479299) is known color: Blue Chill. HEX triplet: 47, 92 and 99. RGB value is (71,146,153). Sum of RGB (Red+Green+Blue) = 71+146+153=370 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.19% from 370); Green value is 146 (57.42% from 255 or 39.46% from 370); Blue value is 153 (60.16% from 255 or 41.35% from 370); Max value from RGB is 153 - color contains mainly: blue. Hex color #479299 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479299 is #B86D66. Grayscale: #7C7C7C. Windows color (decimal): -12086631 or 10064455. OLE color: 10064455.

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

Color convert

RGB 71 146 153 -
CMYK 0.54 0.05 0 0.4
HSL 185.12º 0.37% 0.44% -
HSV(B) 185.12º 0.54% 0.6% -
XYZ 18.63 24.2 33.83 -
YUV 124.37 144.15 89.93 -
System Red Green Blue C M Y K H S L
Decimal 71 146 153 0.54 0.05 0 0.4 185.12 0.37 0.44
Hex 47 92 99 36 5 0 28 B9 25 2C
Octal 107 222 231 66 5 0 50 271 45 54
Binary 1000111 10010010 10011001 110110 101 0 101000 10111001 100101 101100

Color Harmonies of #479299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479299

Black with #479299

Text Example


Text Example

White with #479299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #479299; }

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

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

background-color css

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

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

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

border-color css

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

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

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