Html Css Color HEX #4EACCA Viking

📋 copy color: '#4EACCA'

red 78 ◦ green 172 ◦ blue 202

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

Shades of Viking #4EACCA

Tints of Viking #4EACCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 44.69%

R = 17.26%
G = 38.05%
B = 44.69%

CMYK

 C value IS 0.61

 M value IS 0.15

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4EACCA (or 0x4EACCA) is known color: Viking. HEX triplet: 4E, AC and CA. RGB value is (78,172,202). Sum of RGB (Red+Green+Blue) = 78+172+202=452 (59% of max value = 765). Red value is 78 (30.86% from 255 or 17.26% from 452); Green value is 172 (67.58% from 255 or 38.05% from 452); Blue value is 202 (79.30% from 255 or 44.69% from 452); Max value from RGB is 202 - color contains mainly: blue. Hex color #4EACCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EACCA is #B15335. Grayscale: #939393. Windows color (decimal): -11621174 or 13282382. OLE color: 13282382.

HSL color Cylindrical-coordinate representation of color #4EACCA: hue angle of 194.52º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4EACCA is Cyan = 0.61, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 78 172 202 -
CMYK 0.61 0.15 0 0.21
HSL 194.52º 0.54% 0.55% -
HSV(B) 194.52º 0.61% 0.79% -
XYZ 28.56 35.39 61.2 -
YUV 147.31 158.86 78.56 -
System Red Green Blue C M Y K H S L
Decimal 78 172 202 0.61 0.15 0 0.21 194.52 0.54 0.55
Hex 4E AC CA 3D F 0 15 C3 36 37
Octal 116 254 312 75 17 0 25 303 66 67
Binary 1001110 10101100 11001010 111101 1111 0 10101 11000011 110110 110111

Color Harmonies of #4EACCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EACCA

Black with #4EACCA

Text Example


Text Example

White with #4EACCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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