Html Css Color HEX #4DB2BE Viking

📋 copy color: '#4DB2BE'

red 77 ◦ green 178 ◦ blue 190

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

Shades of Viking #4DB2BE

Tints of Viking #4DB2BE

RGB

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

 GREEN value IS 178 (69.92% from 255) = 40%

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

R = 17.3%
G = 40%
B = 42.7%

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

#4DB2BE (or 0x4DB2BE) is known color: Viking. HEX triplet: 4D, B2 and BE. RGB value is (77,178,190). Sum of RGB (Red+Green+Blue) = 77+178+190=445 (58% of max value = 765). Red value is 77 (30.47% from 255 or 17.30% from 445); Green value is 178 (69.92% from 255 or 40% from 445); Blue value is 190 (74.61% from 255 or 42.70% from 445); Max value from RGB is 190 - color contains mainly: blue. Hex color #4DB2BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DB2BE is #B24D41. Grayscale: #959595. Windows color (decimal): -11685186 or 12497485. OLE color: 12497485.

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

Color convert

RGB 77 178 190 -
CMYK 0.59 0.06 0 0.25
HSL 186.37º 0.47% 0.52% -
HSV(B) 186.37º 0.59% 0.75% -
XYZ 28.28 37.14 54.39 -
YUV 149.17 151.04 76.52 -
System Red Green Blue C M Y K H S L
Decimal 77 178 190 0.59 0.06 0 0.25 186.37 0.47 0.52
Hex 4D B2 BE 3B 6 0 19 BA 2F 34
Octal 115 262 276 73 6 0 31 272 57 64
Binary 1001101 10110010 10111110 111011 110 0 11001 10111010 101111 110100

Color Harmonies of #4DB2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DB2BE

Black with #4DB2BE

Text Example


Text Example

White with #4DB2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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