#47C0D3

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

Shades of Viking #47C0D3

Tints of Viking #47C0D3

Color information

#47C0D3 (or 0x47C0D3) is unknown color: approx Viking. HEX triplet: 47, C0 and D3. RGB value is (71,192,211). Sum of RGB (Red+Green+Blue) = 71+192+211=474 (62% of max value = 765). Red value is 71 (28.12% from 255 or 14.98% from 474); Green value is 192 (75.39% from 255 or 40.51% from 474); Blue value is 211 (82.81% from 255 or 44.51% from 474); Max value from RGB is 211 - color contains mainly: blue. Hex color #47C0D3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47C0D3 is #B83F2C. Grayscale: #9D9D9D. Windows color (decimal): -12074797 or 13877319. OLE color: 13877319.

HSL color Cylindrical-coordinate representation of color #47C0D3: hue angle of 188.14º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #47C0D3 is Cyan = 0.66, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB71192211-
CMYK0.660.0900.17
HSL188.14º61.4%55.29%-
HSV(B)188.14º66.35%82.75%-
XYZ33.2143.7468.32-
YUV157.99157.9165.96-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 14.98%
GREEN value IS 192 (75.39% from 255) = 40.51%
BLUE value IS 211 (82.81% from 255) = 44.51%
R=14.98%
G=40.51%
B=44.51%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal711922110.660.0900.17188.1461.455.29
Hex47C0D3429011bc3d37
Octal107300323102110212747567
Binary100011111000000110100111000010100101000110111100111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47C0D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,192,211); }

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

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

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

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

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

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

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