#47A7DC

Color #47A7DC Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #47A7DC

Tints of Summer Sky #47A7DC

Color information

#47A7DC (or 0x47A7DC) is unknown color: approx Summer Sky. HEX triplet: 47, A7 and DC. RGB value is (71,167,220). Sum of RGB (Red+Green+Blue) = 71+167+220=458 (60% of max value = 765). Red value is 71 (28.12% from 255 or 15.50% from 458); Green value is 167 (65.62% from 255 or 36.46% from 458); Blue value is 220 (86.33% from 255 or 48.03% from 458); Max value from RGB is 220 - color contains mainly: blue. Hex color #47A7DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #47A7DC is #B85823. Grayscale: #909090. Windows color (decimal): -12081188 or 14460743. OLE color: 14460743.

HSL color Cylindrical-coordinate representation of color #47A7DC: hue angle of 201.34º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #47A7DC is Cyan = 0.68, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB71167220-
CMYK0.680.2400.14
HSL201.34º68.04%57.06%-
HSV(B)201.34º67.73%86.27%-
XYZ29.3434.1472.75-
YUV144.34170.775.69-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 15.50%
GREEN value IS 167 (65.62% from 255) = 36.46%
BLUE value IS 220 (86.33% from 255) = 48.03%
R=15.50%
G=36.46%
B=48.03%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal711672200.680.2400.14201.3468.0457.06
Hex47A7DC44180Ec94439
Octal1072473341043001631110471
Binary1000111101001111101110010001001100001110110010011000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47A7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47A7DC; }

 p { color: rgb(71,167,220); }

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

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

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

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

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

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

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