Html Css Color HEX #4EAFB9 Viking

📋 copy color: '#4EAFB9'

red 78 ◦ green 175 ◦ blue 185

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

Shades of Viking #4EAFB9

Tints of Viking #4EAFB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 42.24%

R = 17.81%
G = 39.95%
B = 42.24%

CMYK

 C value IS 0.58

 M value IS 0.05

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4EAFB9 (or 0x4EAFB9) is known color: Viking. HEX triplet: 4E, AF and B9. RGB value is (78,175,185). Sum of RGB (Red+Green+Blue) = 78+175+185=438 (58% of max value = 765). Red value is 78 (30.86% from 255 or 17.81% from 438); Green value is 175 (68.75% from 255 or 39.95% from 438); Blue value is 185 (72.66% from 255 or 42.24% from 438); Max value from RGB is 185 - color contains mainly: blue. Hex color #4EAFB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EAFB9 is #B15046. Grayscale: #939393. Windows color (decimal): -11620423 or 12169038. OLE color: 12169038.

HSL color Cylindrical-coordinate representation of color #4EAFB9: hue angle of 185.61º degrees, saturation: 0.43, 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 #4EAFB9 is Cyan = 0.58, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 78 175 185 -
CMYK 0.58 0.05 0 0.27
HSL 185.61º 0.43% 0.52% -
HSV(B) 185.61º 0.58% 0.73% -
XYZ 27.23 35.78 51.37 -
YUV 147.14 149.36 78.69 -
System Red Green Blue C M Y K H S L
Decimal 78 175 185 0.58 0.05 0 0.27 185.61 0.43 0.52
Hex 4E AF B9 3A 5 0 1B BA 2B 34
Octal 116 257 271 72 5 0 33 272 53 64
Binary 1001110 10101111 10111001 111010 101 0 11011 10111010 101011 110100

Color Harmonies of #4EAFB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EAFB9

Black with #4EAFB9

Text Example


Text Example

White with #4EAFB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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