#47B4CD

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

Shades of Viking #47B4CD

Tints of Viking #47B4CD

Color information

#47B4CD (or 0x47B4CD) is unknown color: approx Viking. HEX triplet: 47, B4 and CD. RGB value is (71,180,205). Sum of RGB (Red+Green+Blue) = 71+180+205=456 (60% of max value = 765). Red value is 71 (28.12% from 255 or 15.57% from 456); Green value is 180 (70.70% from 255 or 39.47% from 456); Blue value is 205 (80.47% from 255 or 44.96% from 456); Max value from RGB is 205 - color contains mainly: blue. Hex color #47B4CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47B4CD is #B84B32. Grayscale: #969696. Windows color (decimal): -12077875 or 13481031. OLE color: 13481031.

HSL color Cylindrical-coordinate representation of color #47B4CD: hue angle of 191.19º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #47B4CD is Cyan = 0.65, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB71180205-
CMYK0.650.1200.20
HSL191.19º57.26%54.12%-
HSV(B)191.19º65.37%80.39%-
XYZ29.9438.3963.59-
YUV150.26158.8971.47-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 15.57%
GREEN value IS 180 (70.70% from 255) = 39.47%
BLUE value IS 205 (80.47% from 255) = 44.96%
R=15.57%
G=39.47%
B=44.96%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal711802050.650.1200.20191.1957.2654.12
Hex47B4CD41C014bf3936
Octal107264315101140242777166
Binary100011110110100110011011000001110001010010111111111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47B4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,180,205); }

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

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

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

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

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

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

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