Html Css Color HEX #4EACC6 Viking

📋 copy color: '#4EACC6'

red 78 ◦ green 172 ◦ blue 198

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

Shades of Viking #4EACC6

Tints of Viking #4EACC6

RGB

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

 GREEN value IS 172 (67.58% from 255) = 38.39%

 BLUE value IS 198 (77.73% from 255) = 44.2%

R = 17.41%
G = 38.39%
B = 44.2%

CMYK

 C value IS 0.61

 M value IS 0.13

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#4EACC6 (or 0x4EACC6) is known color: Viking. HEX triplet: 4E, AC and C6. RGB value is (78,172,198). Sum of RGB (Red+Green+Blue) = 78+172+198=448 (59% of max value = 765). Red value is 78 (30.86% from 255 or 17.41% from 448); Green value is 172 (67.58% from 255 or 38.39% from 448); Blue value is 198 (77.73% from 255 or 44.20% from 448); Max value from RGB is 198 - color contains mainly: blue. Hex color #4EACC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EACC6 is #B15339. Grayscale: #929292. Windows color (decimal): -11621178 or 13020238. OLE color: 13020238.

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

Color convert

RGB 78 172 198 -
CMYK 0.61 0.13 0 0.22
HSL 193º 0.51% 0.54% -
HSV(B) 193º 0.61% 0.78% -
XYZ 28.09 35.2 58.74 -
YUV 146.86 156.86 78.89 -
System Red Green Blue C M Y K H S L
Decimal 78 172 198 0.61 0.13 0 0.22 193 0.51 0.54
Hex 4E AC C6 3D D 0 16 C1 33 36
Octal 116 254 306 75 15 0 26 301 63 66
Binary 1001110 10101100 11000110 111101 1101 0 10110 11000001 110011 110110

Color Harmonies of #4EACC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EACC6

Black with #4EACC6

Text Example


Text Example

White with #4EACC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,172,198); }

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

background-color css

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

 a { background-color: rgb(78,172,198); }

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

border-color css

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

 span { border-color: rgb(78,172,198); }

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