Html Css Color HEX #47B0CD Viking

📋 copy color: '#47B0CD'

red 71 ◦ green 176 ◦ blue 205

#47B0CD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viking #47B0CD

Tints of Viking #47B0CD

RGB

 RED value IS 71 (28.13% from 255) = 15.71%

 GREEN value IS 176 (69.14% from 255) = 38.94%

 BLUE value IS 205 (80.47% from 255) = 45.35%

R = 15.71%
G = 38.94%
B = 45.35%

CMYK

 C value IS 0.65

 M value IS 0.14

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#47B0CD (or 0x47B0CD) is known color: Viking. HEX triplet: 47, B0 and CD. RGB value is (71,176,205). Sum of RGB (Red+Green+Blue) = 71+176+205=452 (59% of max value = 765). Red value is 71 (28.12% from 255 or 15.71% from 452); Green value is 176 (69.14% from 255 or 38.94% from 452); Blue value is 205 (80.47% from 255 or 45.35% from 452); Max value from RGB is 205 - color contains mainly: blue. Hex color #47B0CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #47B0CD is #B84F32. Grayscale: #939393. Windows color (decimal): -12078899 or 13480007. OLE color: 13480007.

HSL color Cylindrical-coordinate representation of color #47B0CD: hue angle of 192.99º 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 #47B0CD is Cyan = 0.65, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 71 176 205 -
CMYK 0.65 0.14 0 0.20
HSL 192.99º 0.57% 0.54% -
HSV(B) 192.99º 0.65% 0.8% -
XYZ 29.14 36.8 63.32 -
YUV 147.91 160.21 73.14 -
System Red Green Blue C M Y K H S L
Decimal 71 176 205 0.65 0.14 0 0.20 192.99 0.57 0.54
Hex 47 B0 CD 41 E 0 14 C1 39 36
Octal 107 260 315 101 16 0 24 301 71 66
Binary 1000111 10110000 11001101 1000001 1110 0 10100 11000001 111001 110110

Color Harmonies of #47B0CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47B0CD

Black with #47B0CD

Text Example


Text Example

White with #47B0CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #47B0CD;
 }
 .AnyTagClassName
 {
   color: #47B0CD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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