Html Css Color HEX #479292 Blue Chill

📋 copy color: '#479292'

red 71 ◦ green 146 ◦ blue 146

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

Shades of Blue Chill #479292

Tints of Blue Chill #479292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 40.22%

R = 19.56%
G = 40.22%
B = 40.22%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#479292 (or 0x479292) is known color: Blue Chill. HEX triplet: 47, 92 and 92. RGB value is (71,146,146). Sum of RGB (Red+Green+Blue) = 71+146+146=363 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.56% from 363); Green value is 146 (57.42% from 255 or 40.22% from 363); Blue value is 146 (57.42% from 255 or 40.22% from 363); Max value from RGB is 146 - color contains mainly: green, blue. Hex color #479292 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479292 is #B86D6D. Grayscale: #7B7B7B. Windows color (decimal): -12086638 or 9605703. OLE color: 9605703.

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

Color convert

RGB 71 146 146 -
CMYK 0.51 0 0 0.43
HSL 180º 0.35% 0.43% -
HSV(B) 180º 0.51% 0.57% -
XYZ 18.07 23.97 30.87 -
YUV 123.58 140.65 90.5 -
System Red Green Blue C M Y K H S L
Decimal 71 146 146 0.51 0 0 0.43 180 0.35 0.43
Hex 47 92 92 33 0 0 2B B4 23 2B
Octal 107 222 222 63 0 0 53 264 43 53
Binary 1000111 10010010 10010010 110011 0 0 101011 10110100 100011 101011

Color Harmonies of #479292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479292

Black with #479292

Text Example


Text Example

White with #479292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #479292; }

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

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

background-color css

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

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

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

border-color css

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

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

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