Html Css Color HEX #47ADBC Viking

📋 copy color: '#47ADBC'

red 71 ◦ green 173 ◦ blue 188

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

Shades of Viking #47ADBC

Tints of Viking #47ADBC

RGB

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

 GREEN value IS 173 (67.97% from 255) = 40.05%

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

R = 16.44%
G = 40.05%
B = 43.52%

CMYK

 C value IS 0.62

 M value IS 0.08

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#47ADBC (or 0x47ADBC) is known color: Viking. HEX triplet: 47, AD and BC. RGB value is (71,173,188). Sum of RGB (Red+Green+Blue) = 71+173+188=432 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.44% from 432); Green value is 173 (67.97% from 255 or 40.05% from 432); Blue value is 188 (73.83% from 255 or 43.52% from 432); Max value from RGB is 188 - color contains mainly: blue. Hex color #47ADBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #47ADBC is #B85243. Grayscale: #909090. Windows color (decimal): -12079684 or 12365127. OLE color: 12365127.

HSL color Cylindrical-coordinate representation of color #47ADBC: hue angle of 187.69º 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 #47ADBC is Cyan = 0.62, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 71 173 188 -
CMYK 0.62 0.08 0 0.26
HSL 187.69º 0.47% 0.51% -
HSV(B) 187.69º 0.62% 0.74% -
XYZ 26.62 34.86 52.9 -
YUV 144.21 152.71 75.78 -
System Red Green Blue C M Y K H S L
Decimal 71 173 188 0.62 0.08 0 0.26 187.69 0.47 0.51
Hex 47 AD BC 3E 8 0 1A BC 2F 33
Octal 107 255 274 76 10 0 32 274 57 63
Binary 1000111 10101101 10111100 111110 1000 0 11010 10111100 101111 110011

Color Harmonies of #47ADBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47ADBC

Black with #47ADBC

Text Example


Text Example

White with #47ADBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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