Html Css Color HEX #4DB7BC Viking

📋 copy color: '#4DB7BC'

red 77 ◦ green 183 ◦ blue 188

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

Shades of Viking #4DB7BC

Tints of Viking #4DB7BC

RGB

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

 GREEN value IS 183 (71.88% from 255) = 40.85%

 BLUE value IS 188 (73.83% from 255) = 41.96%

R = 17.19%
G = 40.85%
B = 41.96%

CMYK

 C value IS 0.59

 M value IS 0.03

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4DB7BC (or 0x4DB7BC) is known color: Viking. HEX triplet: 4D, B7 and BC. RGB value is (77,183,188). Sum of RGB (Red+Green+Blue) = 77+183+188=448 (59% of max value = 765). Red value is 77 (30.47% from 255 or 17.19% from 448); Green value is 183 (71.88% from 255 or 40.85% from 448); Blue value is 188 (73.83% from 255 or 41.96% from 448); Max value from RGB is 188 - color contains mainly: blue. Hex color #4DB7BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DB7BC is #B24843. Grayscale: #979797. Windows color (decimal): -11683908 or 12367693. OLE color: 12367693.

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

Color convert

RGB 77 183 188 -
CMYK 0.59 0.03 0 0.26
HSL 182.7º 0.45% 0.52% -
HSV(B) 182.7º 0.59% 0.74% -
XYZ 29.07 39.08 53.59 -
YUV 151.88 148.38 74.59 -
System Red Green Blue C M Y K H S L
Decimal 77 183 188 0.59 0.03 0 0.26 182.7 0.45 0.52
Hex 4D B7 BC 3B 3 0 1A B7 2D 34
Octal 115 267 274 73 3 0 32 267 55 64
Binary 1001101 10110111 10111100 111011 11 0 11010 10110111 101101 110100

Color Harmonies of #4DB7BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DB7BC

Black with #4DB7BC

Text Example


Text Example

White with #4DB7BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,183,188); }

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

background-color css

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

 a { background-color: rgb(77,183,188); }

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

border-color css

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

 span { border-color: rgb(77,183,188); }

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