Html Css Color HEX #4FAEC0 Viking

📋 copy color: '#4FAEC0'

red 79 ◦ green 174 ◦ blue 192

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

Shades of Viking #4FAEC0

Tints of Viking #4FAEC0

RGB

 RED value IS 79 (31.25% from 255) = 17.75%

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

 BLUE value IS 192 (75.39% from 255) = 43.15%

R = 17.75%
G = 39.1%
B = 43.15%

CMYK

 C value IS 0.59

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4FAEC0 (or 0x4FAEC0) is known color: Viking. HEX triplet: 4F, AE and C0. RGB value is (79,174,192). Sum of RGB (Red+Green+Blue) = 79+174+192=445 (58% of max value = 765). Red value is 79 (31.25% from 255 or 17.75% from 445); Green value is 174 (68.36% from 255 or 39.10% from 445); Blue value is 192 (75.39% from 255 or 43.15% from 445); Max value from RGB is 192 - color contains mainly: blue. Hex color #4FAEC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FAEC0 is #B0513F. Grayscale: #939393. Windows color (decimal): -11555136 or 12627535. OLE color: 12627535.

HSL color Cylindrical-coordinate representation of color #4FAEC0: hue angle of 189.56º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4FAEC0 is Cyan = 0.59, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 79 174 192 -
CMYK 0.59 0.09 0 0.25
HSL 189.56º 0.47% 0.53% -
HSV(B) 189.56º 0.59% 0.75% -
XYZ 27.87 35.74 55.3 -
YUV 147.65 153.03 79.04 -
System Red Green Blue C M Y K H S L
Decimal 79 174 192 0.59 0.09 0 0.25 189.56 0.47 0.53
Hex 4F AE C0 3B 9 0 19 BE 2F 35
Octal 117 256 300 73 11 0 31 276 57 65
Binary 1001111 10101110 11000000 111011 1001 0 11001 10111110 101111 110101

Color Harmonies of #4FAEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FAEC0

Black with #4FAEC0

Text Example


Text Example

White with #4FAEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4FAEC0; }

 p { color: rgb(79,174,192); }

 H1.HeaderClassName
 {
   color: #4FAEC0;
 }
 .AnyTagClassName
 {
   color: #4FAEC0;
 }
</style>

background-color css

<style>
 a { background-color: #4FAEC0; }

 a { background-color: rgb(79,174,192); }

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

border-color css

<style>
 span { border-color: #4FAEC0; }

 span { border-color: rgb(79,174,192); }

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