Html Css Color HEX #47BCC0 Viking

📋 copy color: '#47BCC0'

red 71 ◦ green 188 ◦ blue 192

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

Shades of Viking #47BCC0

Tints of Viking #47BCC0

RGB

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

 GREEN value IS 188 (73.83% from 255) = 41.69%

 BLUE value IS 192 (75.39% from 255) = 42.57%

R = 15.74%
G = 41.69%
B = 42.57%

CMYK

 C value IS 0.63

 M value IS 0.02

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#47BCC0 (or 0x47BCC0) is known color: Viking. HEX triplet: 47, BC and C0. RGB value is (71,188,192). Sum of RGB (Red+Green+Blue) = 71+188+192=451 (59% of max value = 765). Red value is 71 (28.12% from 255 or 15.74% from 451); Green value is 188 (73.83% from 255 or 41.69% from 451); Blue value is 192 (75.39% from 255 or 42.57% from 451); Max value from RGB is 192 - color contains mainly: blue. Hex color #47BCC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47BCC0 is #B8433F. Grayscale: #999999. Windows color (decimal): -12075840 or 12631111. OLE color: 12631111.

HSL color Cylindrical-coordinate representation of color #47BCC0: hue angle of 181.98º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #47BCC0 is Cyan = 0.63, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 71 188 192 -
CMYK 0.63 0.02 0 0.25
HSL 181.98º 0.49% 0.52% -
HSV(B) 181.98º 0.63% 0.75% -
XYZ 30.1 41.11 56.22 -
YUV 153.47 149.74 69.17 -
System Red Green Blue C M Y K H S L
Decimal 71 188 192 0.63 0.02 0 0.25 181.98 0.49 0.52
Hex 47 BC C0 3F 2 0 19 B6 31 34
Octal 107 274 300 77 2 0 31 266 61 64
Binary 1000111 10111100 11000000 111111 10 0 11001 10110110 110001 110100

Color Harmonies of #47BCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47BCC0

Black with #47BCC0

Text Example


Text Example

White with #47BCC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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