Html Css Color HEX #479493 Blue Chill

📋 copy color: '#479493'

red 71 ◦ green 148 ◦ blue 147

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

Shades of Blue Chill #479493

Tints of Blue Chill #479493

RGB

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

 GREEN value IS 148 (58.2% from 255) = 40.44%

 BLUE value IS 147 (57.81% from 255) = 40.16%

R = 19.4%
G = 40.44%
B = 40.16%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#479493 (or 0x479493) is known color: Blue Chill. HEX triplet: 47, 94 and 93. RGB value is (71,148,147). Sum of RGB (Red+Green+Blue) = 71+148+147=366 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.40% from 366); Green value is 148 (58.20% from 255 or 40.44% from 366); Blue value is 147 (57.81% from 255 or 40.16% from 366); Max value from RGB is 148 - color contains mainly: green. Hex color #479493 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479493 is #B86B6C. Grayscale: #7C7C7C. Windows color (decimal): -12086125 or 9671751. OLE color: 9671751.

HSL color Cylindrical-coordinate representation of color #479493: hue angle of 179.22º 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 #479493 is Cyan = 0.52, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB 71 148 147 -
CMYK 0.52 0 0.01 0.42
HSL 179.22º 0.35% 0.43% -
HSV(B) 179.22º 0.52% 0.58% -
XYZ 18.45 24.63 31.38 -
YUV 124.86 140.49 89.58 -
System Red Green Blue C M Y K H S L
Decimal 71 148 147 0.52 0 0.01 0.42 179.22 0.35 0.43
Hex 47 94 93 34 0 1 2A B3 23 2B
Octal 107 224 223 64 0 1 52 263 43 53
Binary 1000111 10010100 10010011 110100 0 1 101010 10110011 100011 101011

Color Harmonies of #479493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479493

Black with #479493

Text Example


Text Example

White with #479493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #479493; }

 p { color: rgb(71,148,147); }

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

background-color css

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

 a { background-color: rgb(71,148,147); }

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

border-color css

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

 span { border-color: rgb(71,148,147); }

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