Html Css Color HEX #47A3BB Viking

📋 copy color: '#47A3BB'

red 71 ◦ green 163 ◦ blue 187

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

Shades of Viking #47A3BB

Tints of Viking #47A3BB

RGB

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

 GREEN value IS 163 (64.06% from 255) = 38.72%

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

R = 16.86%
G = 38.72%
B = 44.42%

CMYK

 C value IS 0.62

 M value IS 0.13

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#47A3BB (or 0x47A3BB) is known color: Viking. HEX triplet: 47, A3 and BB. RGB value is (71,163,187). Sum of RGB (Red+Green+Blue) = 71+163+187=421 (55% of max value = 765). Red value is 71 (28.12% from 255 or 16.86% from 421); Green value is 163 (64.06% from 255 or 38.72% from 421); Blue value is 187 (73.44% from 255 or 44.42% from 421); Max value from RGB is 187 - color contains mainly: blue. Hex color #47A3BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #47A3BB is #B85C44. Grayscale: #8A8A8A. Windows color (decimal): -12082245 or 12297031. OLE color: 12297031.

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

Color convert

RGB 71 163 187 -
CMYK 0.62 0.13 0 0.27
HSL 192.41º 0.46% 0.51% -
HSV(B) 192.41º 0.62% 0.73% -
XYZ 24.67 31.12 51.72 -
YUV 138.23 155.52 80.05 -
System Red Green Blue C M Y K H S L
Decimal 71 163 187 0.62 0.13 0 0.27 192.41 0.46 0.51
Hex 47 A3 BB 3E D 0 1B C0 2E 33
Octal 107 243 273 76 15 0 33 300 56 63
Binary 1000111 10100011 10111011 111110 1101 0 11011 11000000 101110 110011

Color Harmonies of #47A3BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47A3BB

Black with #47A3BB

Text Example


Text Example

White with #47A3BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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