Html Css Color HEX #47A8BB Viking

📋 copy color: '#47A8BB'

red 71 ◦ green 168 ◦ blue 187

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

Shades of Viking #47A8BB

Tints of Viking #47A8BB

RGB

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

 GREEN value IS 168 (66.02% from 255) = 39.44%

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

R = 16.67%
G = 39.44%
B = 43.9%

CMYK

 C value IS 0.62

 M value IS 0.10

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#47A8BB (or 0x47A8BB) is known color: Viking. HEX triplet: 47, A8 and BB. RGB value is (71,168,187). Sum of RGB (Red+Green+Blue) = 71+168+187=426 (56% of max value = 765). Red value is 71 (28.12% from 255 or 16.67% from 426); Green value is 168 (66.02% from 255 or 39.44% from 426); Blue value is 187 (73.44% from 255 or 43.90% from 426); Max value from RGB is 187 - color contains mainly: blue. Hex color #47A8BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #47A8BB is #B85744. Grayscale: #8C8C8C. Windows color (decimal): -12080965 or 12298311. OLE color: 12298311.

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

Color convert

RGB 71 168 187 -
CMYK 0.62 0.10 0 0.27
HSL 189.83º 0.46% 0.51% -
HSV(B) 189.83º 0.62% 0.73% -
XYZ 25.57 32.93 52.02 -
YUV 141.16 153.86 77.96 -
System Red Green Blue C M Y K H S L
Decimal 71 168 187 0.62 0.10 0 0.27 189.83 0.46 0.51
Hex 47 A8 BB 3E A 0 1B BE 2E 33
Octal 107 250 273 76 12 0 33 276 56 63
Binary 1000111 10101000 10111011 111110 1010 0 11011 10111110 101110 110011

Color Harmonies of #47A8BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47A8BB

Black with #47A8BB

Text Example


Text Example

White with #47A8BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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