Html Css Color HEX #4EABB9 Viking

📋 copy color: '#4EABB9'

red 78 ◦ green 171 ◦ blue 185

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

Shades of Viking #4EABB9

Tints of Viking #4EABB9

RGB

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

 GREEN value IS 171 (67.19% from 255) = 39.4%

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

R = 17.97%
G = 39.4%
B = 42.63%

CMYK

 C value IS 0.58

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4EABB9 (or 0x4EABB9) is known color: Viking. HEX triplet: 4E, AB and B9. RGB value is (78,171,185). Sum of RGB (Red+Green+Blue) = 78+171+185=434 (57% of max value = 765). Red value is 78 (30.86% from 255 or 17.97% from 434); Green value is 171 (67.19% from 255 or 39.40% from 434); Blue value is 185 (72.66% from 255 or 42.63% from 434); Max value from RGB is 185 - color contains mainly: blue. Hex color #4EABB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EABB9 is #B15446. Grayscale: #909090. Windows color (decimal): -11621447 or 12168014. OLE color: 12168014.

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

Color convert

RGB 78 171 185 -
CMYK 0.58 0.08 0 0.27
HSL 187.85º 0.43% 0.52% -
HSV(B) 187.85º 0.58% 0.73% -
XYZ 26.46 34.25 51.11 -
YUV 144.79 150.69 80.36 -
System Red Green Blue C M Y K H S L
Decimal 78 171 185 0.58 0.08 0 0.27 187.85 0.43 0.52
Hex 4E AB B9 3A 8 0 1B BC 2B 34
Octal 116 253 271 72 10 0 33 274 53 64
Binary 1001110 10101011 10111001 111010 1000 0 11011 10111100 101011 110100

Color Harmonies of #4EABB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EABB9

Black with #4EABB9

Text Example


Text Example

White with #4EABB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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