Html Css Color HEX #47AECB Viking

📋 copy color: '#47AECB'

red 71 ◦ green 174 ◦ blue 203

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

Shades of Viking #47AECB

Tints of Viking #47AECB

RGB

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

 GREEN value IS 174 (68.36% from 255) = 38.84%

 BLUE value IS 203 (79.69% from 255) = 45.31%

R = 15.85%
G = 38.84%
B = 45.31%

CMYK

 C value IS 0.65

 M value IS 0.14

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#47AECB (or 0x47AECB) is known color: Viking. HEX triplet: 47, AE and CB. RGB value is (71,174,203). Sum of RGB (Red+Green+Blue) = 71+174+203=448 (59% of max value = 765). Red value is 71 (28.12% from 255 or 15.85% from 448); Green value is 174 (68.36% from 255 or 38.84% from 448); Blue value is 203 (79.69% from 255 or 45.31% from 448); Max value from RGB is 203 - color contains mainly: blue. Hex color #47AECB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #47AECB is #B85134. Grayscale: #929292. Windows color (decimal): -12079413 or 13348423. OLE color: 13348423.

HSL color Cylindrical-coordinate representation of color #47AECB: hue angle of 193.18º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #47AECB is Cyan = 0.65, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 71 174 203 -
CMYK 0.65 0.14 0 0.20
HSL 193.18º 0.56% 0.54% -
HSV(B) 193.18º 0.65% 0.8% -
XYZ 28.51 35.92 61.93 -
YUV 146.51 159.88 74.14 -
System Red Green Blue C M Y K H S L
Decimal 71 174 203 0.65 0.14 0 0.20 193.18 0.56 0.54
Hex 47 AE CB 41 E 0 14 C1 38 36
Octal 107 256 313 101 16 0 24 301 70 66
Binary 1000111 10101110 11001011 1000001 1110 0 10100 11000001 111000 110110

Color Harmonies of #47AECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47AECB

Black with #47AECB

Text Example


Text Example

White with #47AECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,174,203); }

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

background-color css

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

 a { background-color: rgb(71,174,203); }

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

border-color css

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

 span { border-color: rgb(71,174,203); }

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