#478D93

Color #478D93 Blue Chill (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Chill #478D93

Tints of Blue Chill #478D93

Color information

#478D93 (or 0x478D93) is unknown color: approx Blue Chill. HEX triplet: 47, 8D and 93. RGB value is (71,141,147). Sum of RGB (Red+Green+Blue) = 71+141+147=359 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.78% from 359); Green value is 141 (55.47% from 255 or 39.28% from 359); Blue value is 147 (57.81% from 255 or 40.95% from 359); Max value from RGB is 147 - color contains mainly: blue. Hex color #478D93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478D93 is #B8726C. Grayscale: #787878. Windows color (decimal): -12087917 or 9669959. OLE color: 9669959.

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

Color convert

RGB71141147-
CMYK0.520.0400.42
HSL184.74º34.86%42.75%-
HSV(B)184.74º51.7%57.65%-
XYZ17.3922.531.03-
YUV120.75142.8192.51-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.78%
GREEN value IS 141 (55.47% from 255) = 39.28%
BLUE value IS 147 (57.81% from 255) = 40.95%
R=19.78%
G=39.28%
B=40.95%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal711411470.520.0400.42184.7434.8642.75
Hex478D9334402Ab9232b
Octal1072152236440522714353
Binary10001111000110110010011110100100010101010111001100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478D93; }

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

 H1.HeaderClassName
 {
   color: #478D93;
 }
 .AnyTagClassName
 {
   color: #478D93;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #478D93;
 }
 .BgClassName
 {
   background-color: #478D93;
 }
</style>
border-color css

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

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

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