Html Css Color HEX #4DB3BE Viking

📋 copy color: '#4DB3BE'

red 77 ◦ green 179 ◦ blue 190

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

Shades of Viking #4DB3BE

Tints of Viking #4DB3BE

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.13%

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

R = 17.26%
G = 40.13%
B = 42.6%

CMYK

 C value IS 0.59

 M value IS 0.06

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4DB3BE (or 0x4DB3BE) is known color: Viking. HEX triplet: 4D, B3 and BE. RGB value is (77,179,190). Sum of RGB (Red+Green+Blue) = 77+179+190=446 (59% of max value = 765). Red value is 77 (30.47% from 255 or 17.26% from 446); Green value is 179 (70.31% from 255 or 40.13% from 446); Blue value is 190 (74.61% from 255 or 42.60% from 446); Max value from RGB is 190 - color contains mainly: blue. Hex color #4DB3BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DB3BE is #B24C41. Grayscale: #959595. Windows color (decimal): -11684930 or 12497741. OLE color: 12497741.

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

Color convert

RGB 77 179 190 -
CMYK 0.59 0.06 0 0.25
HSL 185.84º 0.47% 0.52% -
HSV(B) 185.84º 0.59% 0.75% -
XYZ 28.47 37.54 54.46 -
YUV 149.76 150.71 76.11 -
System Red Green Blue C M Y K H S L
Decimal 77 179 190 0.59 0.06 0 0.25 185.84 0.47 0.52
Hex 4D B3 BE 3B 6 0 19 BA 2F 34
Octal 115 263 276 73 6 0 31 272 57 64
Binary 1001101 10110011 10111110 111011 110 0 11001 10111010 101111 110100

Color Harmonies of #4DB3BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DB3BE

Black with #4DB3BE

Text Example


Text Example

White with #4DB3BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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