Html Css Color HEX #4EAEC6 Viking

📋 copy color: '#4EAEC6'

red 78 ◦ green 174 ◦ blue 198

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

Shades of Viking #4EAEC6

Tints of Viking #4EAEC6

RGB

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

 GREEN value IS 174 (68.36% from 255) = 38.67%

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

R = 17.33%
G = 38.67%
B = 44%

CMYK

 C value IS 0.61

 M value IS 0.12

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#4EAEC6 (or 0x4EAEC6) is known color: Viking. HEX triplet: 4E, AE and C6. RGB value is (78,174,198). Sum of RGB (Red+Green+Blue) = 78+174+198=450 (59% of max value = 765). Red value is 78 (30.86% from 255 or 17.33% from 450); Green value is 174 (68.36% from 255 or 38.67% from 450); Blue value is 198 (77.73% from 255 or 44% from 450); Max value from RGB is 198 - color contains mainly: blue. Hex color #4EAEC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EAEC6 is #B15139. Grayscale: #939393. Windows color (decimal): -11620666 or 13020750. OLE color: 13020750.

HSL color Cylindrical-coordinate representation of color #4EAEC6: hue angle of 192º 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 #4EAEC6 is Cyan = 0.61, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 78 174 198 -
CMYK 0.61 0.12 0 0.22
HSL 192º 0.51% 0.54% -
HSV(B) 192º 0.61% 0.78% -
XYZ 28.47 35.97 58.87 -
YUV 148.03 156.2 78.05 -
System Red Green Blue C M Y K H S L
Decimal 78 174 198 0.61 0.12 0 0.22 192 0.51 0.54
Hex 4E AE C6 3D C 0 16 C0 33 36
Octal 116 256 306 75 14 0 26 300 63 66
Binary 1001110 10101110 11000110 111101 1100 0 10110 11000000 110011 110110

Color Harmonies of #4EAEC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EAEC6

Black with #4EAEC6

Text Example


Text Example

White with #4EAEC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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