Html Css Color HEX #47A7BB Viking

📋 copy color: '#47A7BB'

red 71 ◦ green 167 ◦ blue 187

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

Shades of Viking #47A7BB

Tints of Viking #47A7BB

RGB

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

 GREEN value IS 167 (65.63% from 255) = 39.29%

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

R = 16.71%
G = 39.29%
B = 44%

CMYK

 C value IS 0.62

 M value IS 0.11

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#47A7BB (or 0x47A7BB) is known color: Viking. HEX triplet: 47, A7 and BB. RGB value is (71,167,187). Sum of RGB (Red+Green+Blue) = 71+167+187=425 (56% of max value = 765). Red value is 71 (28.12% from 255 or 16.71% from 425); Green value is 167 (65.62% from 255 or 39.29% from 425); Blue value is 187 (73.44% from 255 or 44% from 425); Max value from RGB is 187 - color contains mainly: blue. Hex color #47A7BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #47A7BB is #B85844. Grayscale: #8C8C8C. Windows color (decimal): -12081221 or 12298055. OLE color: 12298055.

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

Color convert

RGB 71 167 187 -
CMYK 0.62 0.11 0 0.27
HSL 190.34º 0.46% 0.51% -
HSV(B) 190.34º 0.62% 0.73% -
XYZ 25.39 32.56 51.96 -
YUV 140.58 154.2 78.37 -
System Red Green Blue C M Y K H S L
Decimal 71 167 187 0.62 0.11 0 0.27 190.34 0.46 0.51
Hex 47 A7 BB 3E B 0 1B BE 2E 33
Octal 107 247 273 76 13 0 33 276 56 63
Binary 1000111 10100111 10111011 111110 1011 0 11011 10111110 101110 110011

Color Harmonies of #47A7BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47A7BB

Black with #47A7BB

Text Example


Text Example

White with #47A7BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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