Html Css Color HEX #47BAC0 Viking

📋 copy color: '#47BAC0'

red 71 ◦ green 186 ◦ blue 192

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

Shades of Viking #47BAC0

Tints of Viking #47BAC0

RGB

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

 GREEN value IS 186 (73.05% from 255) = 41.43%

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

R = 15.81%
G = 41.43%
B = 42.76%

CMYK

 C value IS 0.63

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#47BAC0 (or 0x47BAC0) is known color: Viking. HEX triplet: 47, BA and C0. RGB value is (71,186,192). Sum of RGB (Red+Green+Blue) = 71+186+192=449 (59% of max value = 765). Red value is 71 (28.12% from 255 or 15.81% from 449); Green value is 186 (73.05% from 255 or 41.43% from 449); Blue value is 192 (75.39% from 255 or 42.76% from 449); Max value from RGB is 192 - color contains mainly: blue. Hex color #47BAC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47BAC0 is #B8453F. Grayscale: #989898. Windows color (decimal): -12076352 or 12630599. OLE color: 12630599.

HSL color Cylindrical-coordinate representation of color #47BAC0: hue angle of 182.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 #47BAC0 is Cyan = 0.63, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 71 186 192 -
CMYK 0.63 0.03 0 0.25
HSL 182.98º 0.49% 0.52% -
HSV(B) 182.98º 0.63% 0.75% -
XYZ 29.67 40.26 56.08 -
YUV 152.3 150.4 70.01 -
System Red Green Blue C M Y K H S L
Decimal 71 186 192 0.63 0.03 0 0.25 182.98 0.49 0.52
Hex 47 BA C0 3F 3 0 19 B7 31 34
Octal 107 272 300 77 3 0 31 267 61 64
Binary 1000111 10111010 11000000 111111 11 0 11001 10110111 110001 110100

Color Harmonies of #47BAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47BAC0

Black with #47BAC0

Text Example


Text Example

White with #47BAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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