Html Css Color HEX #4EB1DB Viking

📋 copy color: '#4EB1DB'

red 78 ◦ green 177 ◦ blue 219

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

Shades of Viking #4EB1DB

Tints of Viking #4EB1DB

RGB

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

 GREEN value IS 177 (69.53% from 255) = 37.34%

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

R = 16.46%
G = 37.34%
B = 46.2%

CMYK

 C value IS 0.64

 M value IS 0.19

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4EB1DB (or 0x4EB1DB) is known color: Viking. HEX triplet: 4E, B1 and DB. RGB value is (78,177,219). Sum of RGB (Red+Green+Blue) = 78+177+219=474 (62% of max value = 765). Red value is 78 (30.86% from 255 or 16.46% from 474); Green value is 177 (69.53% from 255 or 37.34% from 474); Blue value is 219 (85.94% from 255 or 46.20% from 474); Max value from RGB is 219 - color contains mainly: blue. Hex color #4EB1DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EB1DB is #B14E24. Grayscale: #979797. Windows color (decimal): -11619877 or 14397774. OLE color: 14397774.

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

Color convert

RGB 78 177 219 -
CMYK 0.64 0.19 0 0.14
HSL 197.87º 0.66% 0.58% -
HSV(B) 197.87º 0.64% 0.86% -
XYZ 31.65 38.18 72.72 -
YUV 152.19 165.7 75.08 -
System Red Green Blue C M Y K H S L
Decimal 78 177 219 0.64 0.19 0 0.14 197.87 0.66 0.58
Hex 4E B1 DB 40 13 0 E C6 42 3A
Octal 116 261 333 100 23 0 16 306 102 72
Binary 1001110 10110001 11011011 1000000 10011 0 1110 11000110 1000010 111010

Color Harmonies of #4EB1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EB1DB

Black with #4EB1DB

Text Example


Text Example

White with #4EB1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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