#47BCCA

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

Shades of Viking #47BCCA

Tints of Viking #47BCCA

Color information

#47BCCA (or 0x47BCCA) is unknown color: approx Viking. HEX triplet: 47, BC and CA. RGB value is (71,188,202). Sum of RGB (Red+Green+Blue) = 71+188+202=461 (61% of max value = 765). Red value is 71 (28.12% from 255 or 15.40% from 461); Green value is 188 (73.83% from 255 or 40.78% from 461); Blue value is 202 (79.30% from 255 or 43.82% from 461); Max value from RGB is 202 - color contains mainly: blue. Hex color #47BCCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47BCCA is #B84335. Grayscale: #9A9A9A. Windows color (decimal): -12075830 or 13286471. OLE color: 13286471.

HSL color Cylindrical-coordinate representation of color #47BCCA: hue angle of 186.41º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #47BCCA is Cyan = 0.65, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB71188202-
CMYK0.650.0700.21
HSL186.41º55.27%53.53%-
HSV(B)186.41º64.85%79.22%-
XYZ31.2441.5762.25-
YUV154.61154.7468.36-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 15.40%
GREEN value IS 188 (73.83% from 255) = 40.78%
BLUE value IS 202 (79.30% from 255) = 43.82%
R=15.40%
G=40.78%
B=43.82%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal711882020.650.0700.21186.4155.2753.53
Hex47BCCA417015ba3736
Octal10727431210170252726766
Binary10001111011110011001010100000111101010110111010110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47BCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,188,202); }

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

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

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

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

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

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

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