Html Css Color HEX #47ABBC Viking

📋 copy color: '#47ABBC'

red 71 ◦ green 171 ◦ blue 188

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

Shades of Viking #47ABBC

Tints of Viking #47ABBC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 39.77%

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

R = 16.51%
G = 39.77%
B = 43.72%

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

#47ABBC (or 0x47ABBC) is known color: Viking. HEX triplet: 47, AB and BC. RGB value is (71,171,188). Sum of RGB (Red+Green+Blue) = 71+171+188=430 (56% of max value = 765). Red value is 71 (28.12% from 255 or 16.51% from 430); Green value is 171 (67.19% from 255 or 39.77% from 430); Blue value is 188 (73.83% from 255 or 43.72% from 430); Max value from RGB is 188 - color contains mainly: blue. Hex color #47ABBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #47ABBC is #B85443. Grayscale: #8E8E8E. Windows color (decimal): -12080196 or 12364615. OLE color: 12364615.

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

Color convert

RGB 71 171 188 -
CMYK 0.62 0.09 0 0.26
HSL 188.72º 0.47% 0.51% -
HSV(B) 188.72º 0.62% 0.74% -
XYZ 26.24 34.1 52.78 -
YUV 143.04 153.37 76.62 -
System Red Green Blue C M Y K H S L
Decimal 71 171 188 0.62 0.09 0 0.26 188.72 0.47 0.51
Hex 47 AB BC 3E 9 0 1A BD 2F 33
Octal 107 253 274 76 11 0 32 275 57 63
Binary 1000111 10101011 10111100 111110 1001 0 11010 10111101 101111 110011

Color Harmonies of #47ABBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47ABBC

Black with #47ABBC

Text Example


Text Example

White with #47ABBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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