Html Css Color HEX #4EA7BE Viking

📋 copy color: '#4EA7BE'

red 78 ◦ green 167 ◦ blue 190

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

Shades of Viking #4EA7BE

Tints of Viking #4EA7BE

RGB

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

 GREEN value IS 167 (65.63% from 255) = 38.39%

 BLUE value IS 190 (74.61% from 255) = 43.68%

R = 17.93%
G = 38.39%
B = 43.68%

CMYK

 C value IS 0.59

 M value IS 0.12

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4EA7BE (or 0x4EA7BE) is known color: Viking. HEX triplet: 4E, A7 and BE. RGB value is (78,167,190). Sum of RGB (Red+Green+Blue) = 78+167+190=435 (57% of max value = 765). Red value is 78 (30.86% from 255 or 17.93% from 435); Green value is 167 (65.62% from 255 or 38.39% from 435); Blue value is 190 (74.61% from 255 or 43.68% from 435); Max value from RGB is 190 - color contains mainly: blue. Hex color #4EA7BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EA7BE is #B15841. Grayscale: #8E8E8E. Windows color (decimal): -11622466 or 12494670. OLE color: 12494670.

HSL color Cylindrical-coordinate representation of color #4EA7BE: hue angle of 192.32º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4EA7BE is Cyan = 0.59, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 78 167 190 -
CMYK 0.59 0.12 0 0.25
HSL 192.32º 0.46% 0.53% -
HSV(B) 192.32º 0.59% 0.75% -
XYZ 26.25 32.97 53.7 -
YUV 143.01 154.51 81.63 -
System Red Green Blue C M Y K H S L
Decimal 78 167 190 0.59 0.12 0 0.25 192.32 0.46 0.53
Hex 4E A7 BE 3B C 0 19 C0 2E 35
Octal 116 247 276 73 14 0 31 300 56 65
Binary 1001110 10100111 10111110 111011 1100 0 11001 11000000 101110 110101

Color Harmonies of #4EA7BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EA7BE

Black with #4EA7BE

Text Example


Text Example

White with #4EA7BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,167,190); }

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

background-color css

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

 a { background-color: rgb(78,167,190); }

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

border-color css

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

 span { border-color: rgb(78,167,190); }

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