Html Css Color HEX #4DB6BC Viking

📋 copy color: '#4DB6BC'

red 77 ◦ green 182 ◦ blue 188

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

Shades of Viking #4DB6BC

Tints of Viking #4DB6BC

RGB

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

 GREEN value IS 182 (71.48% from 255) = 40.72%

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

R = 17.23%
G = 40.72%
B = 42.06%

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

#4DB6BC (or 0x4DB6BC) is known color: Viking. HEX triplet: 4D, B6 and BC. RGB value is (77,182,188). Sum of RGB (Red+Green+Blue) = 77+182+188=447 (59% of max value = 765). Red value is 77 (30.47% from 255 or 17.23% from 447); Green value is 182 (71.48% from 255 or 40.72% from 447); Blue value is 188 (73.83% from 255 or 42.06% from 447); Max value from RGB is 188 - color contains mainly: blue. Hex color #4DB6BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DB6BC is #B24943. Grayscale: #979797. Windows color (decimal): -11684164 or 12367437. OLE color: 12367437.

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

Color convert

RGB 77 182 188 -
CMYK 0.59 0.03 0 0.26
HSL 183.24º 0.45% 0.52% -
HSV(B) 183.24º 0.59% 0.74% -
XYZ 28.87 38.66 53.52 -
YUV 151.29 148.71 75.01 -
System Red Green Blue C M Y K H S L
Decimal 77 182 188 0.59 0.03 0 0.26 183.24 0.45 0.52
Hex 4D B6 BC 3B 3 0 1A B7 2D 34
Octal 115 266 274 73 3 0 32 267 55 64
Binary 1001101 10110110 10111100 111011 11 0 11010 10110111 101101 110100

Color Harmonies of #4DB6BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DB6BC

Black with #4DB6BC

Text Example


Text Example

White with #4DB6BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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