Html Css Color HEX #4EB3DB Viking

📋 copy color: '#4EB3DB'

red 78 ◦ green 179 ◦ blue 219

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

Shades of Viking #4EB3DB

Tints of Viking #4EB3DB

RGB

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

 GREEN value IS 179 (70.31% from 255) = 37.61%

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

R = 16.39%
G = 37.61%
B = 46.01%

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

#4EB3DB (or 0x4EB3DB) is known color: Viking. HEX triplet: 4E, B3 and DB. RGB value is (78,179,219). Sum of RGB (Red+Green+Blue) = 78+179+219=476 (63% of max value = 765). Red value is 78 (30.86% from 255 or 16.39% from 476); Green value is 179 (70.31% from 255 or 37.61% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 219 - color contains mainly: blue. Hex color #4EB3DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EB3DB is #B14C24. Grayscale: #999999. Windows color (decimal): -11619365 or 14398286. OLE color: 14398286.

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

Color convert

RGB 78 179 219 -
CMYK 0.64 0.18 0 0.14
HSL 197.02º 0.66% 0.58% -
HSV(B) 197.02º 0.64% 0.86% -
XYZ 32.05 38.97 72.85 -
YUV 153.36 165.04 74.25 -
System Red Green Blue C M Y K H S L
Decimal 78 179 219 0.64 0.18 0 0.14 197.02 0.66 0.58
Hex 4E B3 DB 40 12 0 E C5 42 3A
Octal 116 263 333 100 22 0 16 305 102 72
Binary 1001110 10110011 11011011 1000000 10010 0 1110 11000101 1000010 111010

Color Harmonies of #4EB3DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EB3DB

Black with #4EB3DB

Text Example


Text Example

White with #4EB3DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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