Html Css Color HEX #47ACBC Viking

📋 copy color: '#47ACBC'

red 71 ◦ green 172 ◦ blue 188

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

Shades of Viking #47ACBC

Tints of Viking #47ACBC

RGB

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

 GREEN value IS 172 (67.58% from 255) = 39.91%

 BLUE value IS 188 (73.83% from 255) = 43.62%

R = 16.47%
G = 39.91%
B = 43.62%

CMYK

 C value IS 0.62

 M value IS 0.09

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#47ACBC (or 0x47ACBC) is known color: Viking. HEX triplet: 47, AC and BC. RGB value is (71,172,188). Sum of RGB (Red+Green+Blue) = 71+172+188=431 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.47% from 431); Green value is 172 (67.58% from 255 or 39.91% from 431); Blue value is 188 (73.83% from 255 or 43.62% from 431); Max value from RGB is 188 - color contains mainly: blue. Hex color #47ACBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #47ACBC is #B85343. Grayscale: #8F8F8F. Windows color (decimal): -12079940 or 12364871. OLE color: 12364871.

HSL color Cylindrical-coordinate representation of color #47ACBC: hue angle of 188.21º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #47ACBC is Cyan = 0.62, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 71 172 188 -
CMYK 0.62 0.09 0 0.26
HSL 188.21º 0.47% 0.51% -
HSV(B) 188.21º 0.62% 0.74% -
XYZ 26.43 34.48 52.84 -
YUV 143.63 153.04 76.2 -
System Red Green Blue C M Y K H S L
Decimal 71 172 188 0.62 0.09 0 0.26 188.21 0.47 0.51
Hex 47 AC BC 3E 9 0 1A BC 2F 33
Octal 107 254 274 76 11 0 32 274 57 63
Binary 1000111 10101100 10111100 111110 1001 0 11010 10111100 101111 110011

Color Harmonies of #47ACBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47ACBC

Black with #47ACBC

Text Example


Text Example

White with #47ACBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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