Html Css Color HEX #4EA5BA Viking

📋 copy color: '#4EA5BA'

red 78 ◦ green 165 ◦ blue 186

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

Shades of Viking #4EA5BA

Tints of Viking #4EA5BA

RGB

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

 GREEN value IS 165 (64.84% from 255) = 38.46%

 BLUE value IS 186 (73.05% from 255) = 43.36%

R = 18.18%
G = 38.46%
B = 43.36%

CMYK

 C value IS 0.58

 M value IS 0.11

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4EA5BA (or 0x4EA5BA) is known color: Viking. HEX triplet: 4E, A5 and BA. RGB value is (78,165,186). Sum of RGB (Red+Green+Blue) = 78+165+186=429 (56% of max value = 765). Red value is 78 (30.86% from 255 or 18.18% from 429); Green value is 165 (64.84% from 255 or 38.46% from 429); Blue value is 186 (73.05% from 255 or 43.36% from 429); Max value from RGB is 186 - color contains mainly: blue. Hex color #4EA5BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EA5BA is #B15A45. Grayscale: #8D8D8D. Windows color (decimal): -11622982 or 12232014. OLE color: 12232014.

HSL color Cylindrical-coordinate representation of color #4EA5BA: hue angle of 191.67º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4EA5BA is Cyan = 0.58, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 78 165 186 -
CMYK 0.58 0.11 0 0.27
HSL 191.67º 0.44% 0.52% -
HSV(B) 191.67º 0.58% 0.73% -
XYZ 25.46 32.08 51.3 -
YUV 141.38 153.18 82.79 -
System Red Green Blue C M Y K H S L
Decimal 78 165 186 0.58 0.11 0 0.27 191.67 0.44 0.52
Hex 4E A5 BA 3A B 0 1B C0 2C 34
Octal 116 245 272 72 13 0 33 300 54 64
Binary 1001110 10100101 10111010 111010 1011 0 11011 11000000 101100 110100

Color Harmonies of #4EA5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EA5BA

Black with #4EA5BA

Text Example


Text Example

White with #4EA5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,165,186); }

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

background-color css

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

 a { background-color: rgb(78,165,186); }

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

border-color css

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

 span { border-color: rgb(78,165,186); }

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