Html Css Color HEX #47A1BE Viking

📋 copy color: '#47A1BE'

red 71 ◦ green 161 ◦ blue 190

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

Shades of Viking #47A1BE

Tints of Viking #47A1BE

RGB

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

 GREEN value IS 161 (63.28% from 255) = 38.15%

 BLUE value IS 190 (74.61% from 255) = 45.02%

R = 16.82%
G = 38.15%
B = 45.02%

CMYK

 C value IS 0.63

 M value IS 0.15

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#47A1BE (or 0x47A1BE) is known color: Viking. HEX triplet: 47, A1 and BE. RGB value is (71,161,190). Sum of RGB (Red+Green+Blue) = 71+161+190=422 (55% of max value = 765). Red value is 71 (28.12% from 255 or 16.82% from 422); Green value is 161 (63.28% from 255 or 38.15% from 422); Blue value is 190 (74.61% from 255 or 45.02% from 422); Max value from RGB is 190 - color contains mainly: blue. Hex color #47A1BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #47A1BE is #B85E41. Grayscale: #898989. Windows color (decimal): -12082754 or 12493127. OLE color: 12493127.

HSL color Cylindrical-coordinate representation of color #47A1BE: hue angle of 194.62º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #47A1BE is Cyan = 0.63, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 71 161 190 -
CMYK 0.63 0.15 0 0.25
HSL 194.62º 0.48% 0.51% -
HSV(B) 194.62º 0.63% 0.75% -
XYZ 24.64 30.55 53.31 -
YUV 137.4 157.68 80.64 -
System Red Green Blue C M Y K H S L
Decimal 71 161 190 0.63 0.15 0 0.25 194.62 0.48 0.51
Hex 47 A1 BE 3F F 0 19 C3 30 33
Octal 107 241 276 77 17 0 31 303 60 63
Binary 1000111 10100001 10111110 111111 1111 0 11001 11000011 110000 110011

Color Harmonies of #47A1BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47A1BE

Black with #47A1BE

Text Example


Text Example

White with #47A1BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,161,190); }

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

background-color css

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

 a { background-color: rgb(71,161,190); }

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

border-color css

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

 span { border-color: rgb(71,161,190); }

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