Html Css Color HEX #4EAFDB Viking

📋 copy color: '#4EAFDB'

red 78 ◦ green 175 ◦ blue 219

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

Shades of Viking #4EAFDB

Tints of Viking #4EAFDB

RGB

 RED value IS 78 (30.86% from 255) = 16.53%

 GREEN value IS 175 (68.75% from 255) = 37.08%

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

R = 16.53%
G = 37.08%
B = 46.4%

CMYK

 C value IS 0.64

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4EAFDB (or 0x4EAFDB) is known color: Viking. HEX triplet: 4E, AF and DB. RGB value is (78,175,219). Sum of RGB (Red+Green+Blue) = 78+175+219=472 (62% of max value = 765). Red value is 78 (30.86% from 255 or 16.53% from 472); Green value is 175 (68.75% from 255 or 37.08% 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 #4EAFDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EAFDB is #B15024. Grayscale: #969696. Windows color (decimal): -11620389 or 14397262. OLE color: 14397262.

HSL color Cylindrical-coordinate representation of color #4EAFDB: hue angle of 198.72º 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 #4EAFDB is Cyan = 0.64, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 78 175 219 -
CMYK 0.64 0.20 0 0.14
HSL 198.72º 0.66% 0.58% -
HSV(B) 198.72º 0.64% 0.86% -
XYZ 31.26 37.39 72.59 -
YUV 151.01 166.36 75.92 -
System Red Green Blue C M Y K H S L
Decimal 78 175 219 0.64 0.20 0 0.14 198.72 0.66 0.58
Hex 4E AF DB 40 14 0 E C7 42 3A
Octal 116 257 333 100 24 0 16 307 102 72
Binary 1001110 10101111 11011011 1000000 10100 0 1110 11000111 1000010 111010

Color Harmonies of #4EAFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EAFDB

Black with #4EAFDB

Text Example


Text Example

White with #4EAFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,175,219); }

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

background-color css

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

 a { background-color: rgb(78,175,219); }

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

border-color css

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

 span { border-color: rgb(78,175,219); }

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