Html Css Color HEX #4EACCC Viking

📋 copy color: '#4EACCC'

red 78 ◦ green 172 ◦ blue 204

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

Shades of Viking #4EACCC

Tints of Viking #4EACCC

RGB

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

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

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

R = 17.18%
G = 37.89%
B = 44.93%

CMYK

 C value IS 0.62

 M value IS 0.16

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4EACCC (or 0x4EACCC) is known color: Viking. HEX triplet: 4E, AC and CC. RGB value is (78,172,204). Sum of RGB (Red+Green+Blue) = 78+172+204=454 (60% of max value = 765). Red value is 78 (30.86% from 255 or 17.18% from 454); Green value is 172 (67.58% from 255 or 37.89% from 454); Blue value is 204 (80.08% from 255 or 44.93% from 454); Max value from RGB is 204 - color contains mainly: blue. Hex color #4EACCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EACCC is #B15333. Grayscale: #939393. Windows color (decimal): -11621172 or 13413454. OLE color: 13413454.

HSL color Cylindrical-coordinate representation of color #4EACCC: hue angle of 195.24º 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 #4EACCC is Cyan = 0.62, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 78 172 204 -
CMYK 0.62 0.16 0 0.2
HSL 195.24º 0.55% 0.55% -
HSV(B) 195.24º 0.62% 0.8% -
XYZ 28.79 35.48 62.46 -
YUV 147.54 159.86 78.4 -
System Red Green Blue C M Y K H S L
Decimal 78 172 204 0.62 0.16 0 0.2 195.24 0.55 0.55
Hex 4E AC CC 3E 10 0 14 C3 37 37
Octal 116 254 314 76 20 0 24 303 67 67
Binary 1001110 10101100 11001100 111110 10000 0 10100 11000011 110111 110111

Color Harmonies of #4EACCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EACCC

Black with #4EACCC

Text Example


Text Example

White with #4EACCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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