Html Css Color HEX #4EADCC Viking

📋 copy color: '#4EADCC'

red 78 ◦ green 173 ◦ blue 204

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

Shades of Viking #4EADCC

Tints of Viking #4EADCC

RGB

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

 GREEN value IS 173 (67.97% from 255) = 38.02%

 BLUE value IS 204 (80.08% from 255) = 44.84%

R = 17.14%
G = 38.02%
B = 44.84%

CMYK

 C value IS 0.62

 M value IS 0.15

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4EADCC (or 0x4EADCC) is known color: Viking. HEX triplet: 4E, AD and CC. RGB value is (78,173,204). Sum of RGB (Red+Green+Blue) = 78+173+204=455 (60% of max value = 765). Red value is 78 (30.86% from 255 or 17.14% from 455); Green value is 173 (67.97% from 255 or 38.02% from 455); Blue value is 204 (80.08% from 255 or 44.84% from 455); Max value from RGB is 204 - color contains mainly: blue. Hex color #4EADCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EADCC is #B15233. Grayscale: #939393. Windows color (decimal): -11620916 or 13413710. OLE color: 13413710.

HSL color Cylindrical-coordinate representation of color #4EADCC: hue angle of 194.76º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4EADCC is Cyan = 0.62, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 78 173 204 -
CMYK 0.62 0.15 0 0.2
HSL 194.76º 0.55% 0.55% -
HSV(B) 194.76º 0.62% 0.8% -
XYZ 28.98 35.87 62.52 -
YUV 148.13 159.53 77.98 -
System Red Green Blue C M Y K H S L
Decimal 78 173 204 0.62 0.15 0 0.2 194.76 0.55 0.55
Hex 4E AD CC 3E F 0 14 C3 37 37
Octal 116 255 314 76 17 0 24 303 67 67
Binary 1001110 10101101 11001100 111110 1111 0 10100 11000011 110111 110111

Color Harmonies of #4EADCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EADCC

Black with #4EADCC

Text Example


Text Example

White with #4EADCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,173,204); }

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

background-color css

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

 a { background-color: rgb(78,173,204); }

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

border-color css

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

 span { border-color: rgb(78,173,204); }

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