Html Css Color HEX #4DB9BE Viking

📋 copy color: '#4DB9BE'

red 77 ◦ green 185 ◦ blue 190

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

Shades of Viking #4DB9BE

Tints of Viking #4DB9BE

RGB

 RED value IS 77 (30.47% from 255) = 17.04%

 GREEN value IS 185 (72.66% from 255) = 40.93%

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

R = 17.04%
G = 40.93%
B = 42.04%

CMYK

 C value IS 0.59

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4DB9BE (or 0x4DB9BE) is known color: Viking. HEX triplet: 4D, B9 and BE. RGB value is (77,185,190). Sum of RGB (Red+Green+Blue) = 77+185+190=452 (59% of max value = 765). Red value is 77 (30.47% from 255 or 17.04% from 452); Green value is 185 (72.66% from 255 or 40.93% from 452); Blue value is 190 (74.61% from 255 or 42.04% from 452); Max value from RGB is 190 - color contains mainly: blue. Hex color #4DB9BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DB9BE is #B24641. Grayscale: #999999. Windows color (decimal): -11683394 or 12499277. OLE color: 12499277.

HSL color Cylindrical-coordinate representation of color #4DB9BE: hue angle of 182.65º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4DB9BE is Cyan = 0.59, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 77 185 190 -
CMYK 0.59 0.03 0 0.25
HSL 182.65º 0.47% 0.52% -
HSV(B) 182.65º 0.59% 0.75% -
XYZ 29.7 39.99 54.87 -
YUV 153.28 148.72 73.59 -
System Red Green Blue C M Y K H S L
Decimal 77 185 190 0.59 0.03 0 0.25 182.65 0.47 0.52
Hex 4D B9 BE 3B 3 0 19 B7 2F 34
Octal 115 271 276 73 3 0 31 267 57 64
Binary 1001101 10111001 10111110 111011 11 0 11001 10110111 101111 110100

Color Harmonies of #4DB9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DB9BE

Black with #4DB9BE

Text Example


Text Example

White with #4DB9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,185,190); }

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

background-color css

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

 a { background-color: rgb(77,185,190); }

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

border-color css

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

 span { border-color: rgb(77,185,190); }

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