Html Css Color HEX #47AFBB Viking

📋 copy color: '#47AFBB'

red 71 ◦ green 175 ◦ blue 187

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

Shades of Viking #47AFBB

Tints of Viking #47AFBB

RGB

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

 GREEN value IS 175 (68.75% from 255) = 40.42%

 BLUE value IS 187 (73.44% from 255) = 43.19%

R = 16.4%
G = 40.42%
B = 43.19%

CMYK

 C value IS 0.62

 M value IS 0.06

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#47AFBB (or 0x47AFBB) is known color: Viking. HEX triplet: 47, AF and BB. RGB value is (71,175,187). Sum of RGB (Red+Green+Blue) = 71+175+187=433 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.40% from 433); Green value is 175 (68.75% from 255 or 40.42% from 433); Blue value is 187 (73.44% from 255 or 43.19% from 433); Max value from RGB is 187 - color contains mainly: blue. Hex color #47AFBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #47AFBB is #B85044. Grayscale: #919191. Windows color (decimal): -12079173 or 12300103. OLE color: 12300103.

HSL color Cylindrical-coordinate representation of color #47AFBB: hue angle of 186.21º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #47AFBB is Cyan = 0.62, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 71 175 187 -
CMYK 0.62 0.06 0 0.27
HSL 186.21º 0.46% 0.51% -
HSV(B) 186.21º 0.62% 0.73% -
XYZ 26.9 35.59 52.47 -
YUV 145.27 151.54 75.02 -
System Red Green Blue C M Y K H S L
Decimal 71 175 187 0.62 0.06 0 0.27 186.21 0.46 0.51
Hex 47 AF BB 3E 6 0 1B BA 2E 33
Octal 107 257 273 76 6 0 33 272 56 63
Binary 1000111 10101111 10111011 111110 110 0 11011 10111010 101110 110011

Color Harmonies of #47AFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47AFBB

Black with #47AFBB

Text Example


Text Example

White with #47AFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,175,187); }

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

background-color css

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

 a { background-color: rgb(71,175,187); }

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

border-color css

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

 span { border-color: rgb(71,175,187); }

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