Html Css Color HEX #4EBEC8 Viking

📋 copy color: '#4EBEC8'

red 78 ◦ green 190 ◦ blue 200

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

Shades of Viking #4EBEC8

Tints of Viking #4EBEC8

RGB

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

 GREEN value IS 190 (74.61% from 255) = 40.6%

 BLUE value IS 200 (78.52% from 255) = 42.74%

R = 16.67%
G = 40.6%
B = 42.74%

CMYK

 C value IS 0.61

 M value IS 0.05

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#4EBEC8 (or 0x4EBEC8) is known color: Viking. HEX triplet: 4E, BE and C8. RGB value is (78,190,200). Sum of RGB (Red+Green+Blue) = 78+190+200=468 (61% of max value = 765). Red value is 78 (30.86% from 255 or 16.67% from 468); Green value is 190 (74.61% from 255 or 40.60% from 468); Blue value is 200 (78.52% from 255 or 42.74% from 468); Max value from RGB is 200 - color contains mainly: blue. Hex color #4EBEC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EBEC8 is #B14137. Grayscale: #9D9D9D. Windows color (decimal): -11616568 or 13155918. OLE color: 13155918.

HSL color Cylindrical-coordinate representation of color #4EBEC8: hue angle of 184.92º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4EBEC8 is Cyan = 0.61, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 78 190 200 -
CMYK 0.61 0.05 0 0.22
HSL 184.92º 0.53% 0.55% -
HSV(B) 184.92º 0.61% 0.78% -
XYZ 31.98 42.62 61.18 -
YUV 157.65 151.89 71.19 -
System Red Green Blue C M Y K H S L
Decimal 78 190 200 0.61 0.05 0 0.22 184.92 0.53 0.55
Hex 4E BE C8 3D 5 0 16 B9 35 37
Octal 116 276 310 75 5 0 26 271 65 67
Binary 1001110 10111110 11001000 111101 101 0 10110 10111001 110101 110111

Color Harmonies of #4EBEC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EBEC8

Black with #4EBEC8

Text Example


Text Example

White with #4EBEC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,190,200); }

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

background-color css

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

 a { background-color: rgb(78,190,200); }

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

border-color css

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

 span { border-color: rgb(78,190,200); }

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