Html Css Color HEX #4EBFC9 Viking

📋 copy color: '#4EBFC9'

red 78 ◦ green 191 ◦ blue 201

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

Shades of Viking #4EBFC9

Tints of Viking #4EBFC9

RGB

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

 GREEN value IS 191 (75% from 255) = 40.64%

 BLUE value IS 201 (78.91% from 255) = 42.77%

R = 16.6%
G = 40.64%
B = 42.77%

CMYK

 C value IS 0.61

 M value IS 0.05

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4EBFC9 (or 0x4EBFC9) is known color: Viking. HEX triplet: 4E, BF and C9. RGB value is (78,191,201). Sum of RGB (Red+Green+Blue) = 78+191+201=470 (62% of max value = 765). Red value is 78 (30.86% from 255 or 16.60% from 470); Green value is 191 (75% from 255 or 40.64% from 470); Blue value is 201 (78.91% from 255 or 42.77% from 470); Max value from RGB is 201 - color contains mainly: blue. Hex color #4EBFC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EBFC9 is #B14036. Grayscale: #9E9E9E. Windows color (decimal): -11616311 or 13221710. OLE color: 13221710.

HSL color Cylindrical-coordinate representation of color #4EBFC9: hue angle of 184.88º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4EBFC9 is Cyan = 0.61, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 78 191 201 -
CMYK 0.61 0.05 0 0.21
HSL 184.88º 0.53% 0.55% -
HSV(B) 184.88º 0.61% 0.79% -
XYZ 32.32 43.1 61.87 -
YUV 158.35 152.06 70.69 -
System Red Green Blue C M Y K H S L
Decimal 78 191 201 0.61 0.05 0 0.21 184.88 0.53 0.55
Hex 4E BF C9 3D 5 0 15 B9 35 37
Octal 116 277 311 75 5 0 25 271 65 67
Binary 1001110 10111111 11001001 111101 101 0 10101 10111001 110101 110111

Color Harmonies of #4EBFC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EBFC9

Black with #4EBFC9

Text Example


Text Example

White with #4EBFC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,191,201); }

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

background-color css

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

 a { background-color: rgb(78,191,201); }

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

border-color css

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

 span { border-color: rgb(78,191,201); }

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