Html Css Color HEX #4DB6BE Viking

📋 copy color: '#4DB6BE'

red 77 ◦ green 182 ◦ blue 190

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

Shades of Viking #4DB6BE

Tints of Viking #4DB6BE

RGB

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

 GREEN value IS 182 (71.48% from 255) = 40.53%

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

R = 17.15%
G = 40.53%
B = 42.32%

CMYK

 C value IS 0.59

 M value IS 0.04

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4DB6BE (or 0x4DB6BE) is known color: Viking. HEX triplet: 4D, B6 and BE. RGB value is (77,182,190). Sum of RGB (Red+Green+Blue) = 77+182+190=449 (59% of max value = 765). Red value is 77 (30.47% from 255 or 17.15% from 449); Green value is 182 (71.48% from 255 or 40.53% from 449); Blue value is 190 (74.61% from 255 or 42.32% from 449); Max value from RGB is 190 - color contains mainly: blue. Hex color #4DB6BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DB6BE is #B24941. Grayscale: #979797. Windows color (decimal): -11684162 or 12498509. OLE color: 12498509.

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

Color convert

RGB 77 182 190 -
CMYK 0.59 0.04 0 0.25
HSL 184.25º 0.47% 0.52% -
HSV(B) 184.25º 0.59% 0.75% -
XYZ 29.08 38.75 54.66 -
YUV 151.52 149.71 74.85 -
System Red Green Blue C M Y K H S L
Decimal 77 182 190 0.59 0.04 0 0.25 184.25 0.47 0.52
Hex 4D B6 BE 3B 4 0 19 B8 2F 34
Octal 115 266 276 73 4 0 31 270 57 64
Binary 1001101 10110110 10111110 111011 100 0 11001 10111000 101111 110100

Color Harmonies of #4DB6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DB6BE

Black with #4DB6BE

Text Example


Text Example

White with #4DB6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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