Html Css Color HEX #4EB4DB Viking

📋 copy color: '#4EB4DB'

red 78 ◦ green 180 ◦ blue 219

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

Shades of Viking #4EB4DB

Tints of Viking #4EB4DB

RGB

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

 GREEN value IS 180 (70.7% from 255) = 37.74%

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

R = 16.35%
G = 37.74%
B = 45.91%

CMYK

 C value IS 0.64

 M value IS 0.18

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4EB4DB (or 0x4EB4DB) is known color: Viking. HEX triplet: 4E, B4 and DB. RGB value is (78,180,219). Sum of RGB (Red+Green+Blue) = 78+180+219=477 (63% of max value = 765). Red value is 78 (30.86% from 255 or 16.35% from 477); Green value is 180 (70.70% from 255 or 37.74% from 477); Blue value is 219 (85.94% from 255 or 45.91% from 477); Max value from RGB is 219 - color contains mainly: blue. Hex color #4EB4DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EB4DB is #B14B24. Grayscale: #999999. Windows color (decimal): -11619109 or 14398542. OLE color: 14398542.

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

Color convert

RGB 78 180 219 -
CMYK 0.64 0.18 0 0.14
HSL 196.6º 0.66% 0.58% -
HSV(B) 196.6º 0.64% 0.86% -
XYZ 32.25 39.38 72.92 -
YUV 153.95 164.71 73.83 -
System Red Green Blue C M Y K H S L
Decimal 78 180 219 0.64 0.18 0 0.14 196.6 0.66 0.58
Hex 4E B4 DB 40 12 0 E C5 42 3A
Octal 116 264 333 100 22 0 16 305 102 72
Binary 1001110 10110100 11011011 1000000 10010 0 1110 11000101 1000010 111010

Color Harmonies of #4EB4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EB4DB

Black with #4EB4DB

Text Example


Text Example

White with #4EB4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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