Html Css Color HEX #47B3C1 Viking

📋 copy color: '#47B3C1'

red 71 ◦ green 179 ◦ blue 193

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

Shades of Viking #47B3C1

Tints of Viking #47B3C1

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.41%

 BLUE value IS 193 (75.78% from 255) = 43.57%

R = 16.03%
G = 40.41%
B = 43.57%

CMYK

 C value IS 0.63

 M value IS 0.07

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#47B3C1 (or 0x47B3C1) is known color: Viking. HEX triplet: 47, B3 and C1. RGB value is (71,179,193). Sum of RGB (Red+Green+Blue) = 71+179+193=443 (58% of max value = 765). Red value is 71 (28.12% from 255 or 16.03% from 443); Green value is 179 (70.31% from 255 or 40.41% from 443); Blue value is 193 (75.78% from 255 or 43.57% from 443); Max value from RGB is 193 - color contains mainly: blue. Hex color #47B3C1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47B3C1 is #B84C3E. Grayscale: #949494. Windows color (decimal): -12078143 or 12694343. OLE color: 12694343.

HSL color Cylindrical-coordinate representation of color #47B3C1: hue angle of 186.89º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #47B3C1 is Cyan = 0.63, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 71 179 193 -
CMYK 0.63 0.07 0 0.24
HSL 186.89º 0.5% 0.52% -
HSV(B) 186.89º 0.63% 0.76% -
XYZ 28.34 37.43 56.18 -
YUV 148.3 153.22 72.86 -
System Red Green Blue C M Y K H S L
Decimal 71 179 193 0.63 0.07 0 0.24 186.89 0.5 0.52
Hex 47 B3 C1 3F 7 0 18 BB 32 34
Octal 107 263 301 77 7 0 30 273 62 64
Binary 1000111 10110011 11000001 111111 111 0 11000 10111011 110010 110100

Color Harmonies of #47B3C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47B3C1

Black with #47B3C1

Text Example


Text Example

White with #47B3C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,179,193); }

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

background-color css

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

 a { background-color: rgb(71,179,193); }

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

border-color css

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

 span { border-color: rgb(71,179,193); }

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