Html Css Color HEX #4FAEDB Viking

📋 copy color: '#4FAEDB'

red 79 ◦ green 174 ◦ blue 219

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

Shades of Viking #4FAEDB

Tints of Viking #4FAEDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 46.4%

R = 16.74%
G = 36.86%
B = 46.4%

CMYK

 C value IS 0.64

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4FAEDB (or 0x4FAEDB) is known color: Viking. HEX triplet: 4F, AE and DB. RGB value is (79,174,219). Sum of RGB (Red+Green+Blue) = 79+174+219=472 (62% of max value = 765). Red value is 79 (31.25% from 255 or 16.74% from 472); Green value is 174 (68.36% from 255 or 36.86% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 219 - color contains mainly: blue. Hex color #4FAEDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FAEDB is #B05124. Grayscale: #969696. Windows color (decimal): -11555109 or 14397007. OLE color: 14397007.

HSL color Cylindrical-coordinate representation of color #4FAEDB: hue angle of 199.29º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4FAEDB is Cyan = 0.64, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 79 174 219 -
CMYK 0.64 0.21 0 0.14
HSL 199.29º 0.66% 0.58% -
HSV(B) 199.29º 0.64% 0.86% -
XYZ 31.15 37.05 72.53 -
YUV 150.73 166.53 76.84 -
System Red Green Blue C M Y K H S L
Decimal 79 174 219 0.64 0.21 0 0.14 199.29 0.66 0.58
Hex 4F AE DB 40 15 0 E C7 42 3A
Octal 117 256 333 100 25 0 16 307 102 72
Binary 1001111 10101110 11011011 1000000 10101 0 1110 11000111 1000010 111010

Color Harmonies of #4FAEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FAEDB

Black with #4FAEDB

Text Example


Text Example

White with #4FAEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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