Html Css Color HEX #4DB0BE Viking

📋 copy color: '#4DB0BE'

red 77 ◦ green 176 ◦ blue 190

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

Shades of Viking #4DB0BE

Tints of Viking #4DB0BE

RGB

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

 GREEN value IS 176 (69.14% from 255) = 39.73%

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

R = 17.38%
G = 39.73%
B = 42.89%

CMYK

 C value IS 0.59

 M value IS 0.07

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4DB0BE (or 0x4DB0BE) is known color: Viking. HEX triplet: 4D, B0 and BE. RGB value is (77,176,190). Sum of RGB (Red+Green+Blue) = 77+176+190=443 (58% of max value = 765). Red value is 77 (30.47% from 255 or 17.38% from 443); Green value is 176 (69.14% from 255 or 39.73% from 443); Blue value is 190 (74.61% from 255 or 42.89% from 443); Max value from RGB is 190 - color contains mainly: blue. Hex color #4DB0BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DB0BE is #B24F41. Grayscale: #939393. Windows color (decimal): -11685698 or 12496973. OLE color: 12496973.

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

Color convert

RGB 77 176 190 -
CMYK 0.59 0.07 0 0.25
HSL 187.43º 0.47% 0.52% -
HSV(B) 187.43º 0.59% 0.75% -
XYZ 27.88 36.35 54.26 -
YUV 148 151.7 77.36 -
System Red Green Blue C M Y K H S L
Decimal 77 176 190 0.59 0.07 0 0.25 187.43 0.47 0.52
Hex 4D B0 BE 3B 7 0 19 BB 2F 34
Octal 115 260 276 73 7 0 31 273 57 64
Binary 1001101 10110000 10111110 111011 111 0 11001 10111011 101111 110100

Color Harmonies of #4DB0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DB0BE

Black with #4DB0BE

Text Example


Text Example

White with #4DB0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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