Html Css Color HEX #4EB4DC Viking

📋 copy color: '#4EB4DC'

red 78 ◦ green 180 ◦ blue 220

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

Shades of Viking #4EB4DC

Tints of Viking #4EB4DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.03%

R = 16.32%
G = 37.66%
B = 46.03%

CMYK

 C value IS 0.65

 M value IS 0.18

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4EB4DC (or 0x4EB4DC) is known color: Viking. HEX triplet: 4E, B4 and DC. RGB value is (78,180,220). Sum of RGB (Red+Green+Blue) = 78+180+220=478 (63% of max value = 765). Red value is 78 (30.86% from 255 or 16.32% from 478); Green value is 180 (70.70% from 255 or 37.66% from 478); Blue value is 220 (86.33% from 255 or 46.03% from 478); Max value from RGB is 220 - color contains mainly: blue. Hex color #4EB4DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EB4DC is #B14B23. Grayscale: #999999. Windows color (decimal): -11619108 or 14464078. OLE color: 14464078.

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

Color convert

RGB 78 180 220 -
CMYK 0.65 0.18 0 0.14
HSL 196.9º 0.67% 0.58% -
HSV(B) 196.9º 0.65% 0.86% -
XYZ 32.38 39.43 73.61 -
YUV 154.06 165.21 73.75 -
System Red Green Blue C M Y K H S L
Decimal 78 180 220 0.65 0.18 0 0.14 196.9 0.67 0.58
Hex 4E B4 DC 41 12 0 E C5 43 3A
Octal 116 264 334 101 22 0 16 305 103 72
Binary 1001110 10110100 11011100 1000001 10010 0 1110 11000101 1000011 111010

Color Harmonies of #4EB4DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EB4DC

Black with #4EB4DC

Text Example


Text Example

White with #4EB4DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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