Html Css Color HEX #4DB9BB Viking

📋 copy color: '#4DB9BB'

red 77 ◦ green 185 ◦ blue 187

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

Shades of Viking #4DB9BB

Tints of Viking #4DB9BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 41.65%

R = 17.15%
G = 41.2%
B = 41.65%

CMYK

 C value IS 0.59

 M value IS 0.01

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4DB9BB (or 0x4DB9BB) is known color: Viking. HEX triplet: 4D, B9 and BB. RGB value is (77,185,187). Sum of RGB (Red+Green+Blue) = 77+185+187=449 (59% of max value = 765). Red value is 77 (30.47% from 255 or 17.15% from 449); Green value is 185 (72.66% from 255 or 41.20% from 449); Blue value is 187 (73.44% from 255 or 41.65% from 449); Max value from RGB is 187 - color contains mainly: blue. Hex color #4DB9BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DB9BB is #B24644. Grayscale: #989898. Windows color (decimal): -11683397 or 12302669. OLE color: 12302669.

HSL color Cylindrical-coordinate representation of color #4DB9BB: hue angle of 181.09º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4DB9BB is Cyan = 0.59, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 77 185 187 -
CMYK 0.59 0.01 0 0.27
HSL 181.09º 0.45% 0.52% -
HSV(B) 181.09º 0.59% 0.73% -
XYZ 29.38 39.86 53.16 -
YUV 152.94 147.22 73.84 -
System Red Green Blue C M Y K H S L
Decimal 77 185 187 0.59 0.01 0 0.27 181.09 0.45 0.52
Hex 4D B9 BB 3B 1 0 1B B5 2D 34
Octal 115 271 273 73 1 0 33 265 55 64
Binary 1001101 10111001 10111011 111011 1 0 11011 10110101 101101 110100

Color Harmonies of #4DB9BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DB9BB

Black with #4DB9BB

Text Example


Text Example

White with #4DB9BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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