Html Css Color HEX #47ADBE Viking

📋 copy color: '#47ADBE'

red 71 ◦ green 173 ◦ blue 190

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

Shades of Viking #47ADBE

Tints of Viking #47ADBE

RGB

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

 GREEN value IS 173 (67.97% from 255) = 39.86%

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

R = 16.36%
G = 39.86%
B = 43.78%

CMYK

 C value IS 0.63

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#47ADBE (or 0x47ADBE) is known color: Viking. HEX triplet: 47, AD and BE. RGB value is (71,173,190). Sum of RGB (Red+Green+Blue) = 71+173+190=434 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.36% from 434); Green value is 173 (67.97% from 255 or 39.86% from 434); Blue value is 190 (74.61% from 255 or 43.78% from 434); Max value from RGB is 190 - color contains mainly: blue. Hex color #47ADBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #47ADBE is #B85241. Grayscale: #909090. Windows color (decimal): -12079682 or 12496199. OLE color: 12496199.

HSL color Cylindrical-coordinate representation of color #47ADBE: hue angle of 188.57º 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 #47ADBE is Cyan = 0.63, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 71 173 190 -
CMYK 0.63 0.09 0 0.25
HSL 188.57º 0.48% 0.51% -
HSV(B) 188.57º 0.63% 0.75% -
XYZ 26.84 34.94 54.05 -
YUV 144.44 153.71 75.62 -
System Red Green Blue C M Y K H S L
Decimal 71 173 190 0.63 0.09 0 0.25 188.57 0.48 0.51
Hex 47 AD BE 3F 9 0 19 BD 30 33
Octal 107 255 276 77 11 0 31 275 60 63
Binary 1000111 10101101 10111110 111111 1001 0 11001 10111101 110000 110011

Color Harmonies of #47ADBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47ADBE

Black with #47ADBE

Text Example


Text Example

White with #47ADBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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