Html Css Color HEX #4EAFBE Viking

📋 copy color: '#4EAFBE'

red 78 ◦ green 175 ◦ blue 190

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

Shades of Viking #4EAFBE

Tints of Viking #4EAFBE

RGB

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

 GREEN value IS 175 (68.75% from 255) = 39.5%

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

R = 17.61%
G = 39.5%
B = 42.89%

CMYK

 C value IS 0.59

 M value IS 0.08

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4EAFBE (or 0x4EAFBE) is known color: Viking. HEX triplet: 4E, AF and BE. RGB value is (78,175,190). Sum of RGB (Red+Green+Blue) = 78+175+190=443 (58% of max value = 765). Red value is 78 (30.86% from 255 or 17.61% from 443); Green value is 175 (68.75% from 255 or 39.50% from 443); Blue value is 190 (74.61% from 255 or 42.89% from 443); Max value from RGB is 190 - color contains mainly: blue. Hex color #4EAFBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EAFBE is #B15041. Grayscale: #939393. Windows color (decimal): -11620418 or 12496718. OLE color: 12496718.

HSL color Cylindrical-coordinate representation of color #4EAFBE: hue angle of 188.04º 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 #4EAFBE is Cyan = 0.59, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 78 175 190 -
CMYK 0.59 0.08 0 0.25
HSL 188.04º 0.46% 0.53% -
HSV(B) 188.04º 0.59% 0.75% -
XYZ 27.77 36 54.2 -
YUV 147.71 151.86 78.28 -
System Red Green Blue C M Y K H S L
Decimal 78 175 190 0.59 0.08 0 0.25 188.04 0.46 0.53
Hex 4E AF BE 3B 8 0 19 BC 2E 35
Octal 116 257 276 73 10 0 31 274 56 65
Binary 1001110 10101111 10111110 111011 1000 0 11001 10111100 101110 110101

Color Harmonies of #4EAFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EAFBE

Black with #4EAFBE

Text Example


Text Example

White with #4EAFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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