Html Css Color HEX #4DB8BC Viking

📋 copy color: '#4DB8BC'

red 77 ◦ green 184 ◦ blue 188

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

Shades of Viking #4DB8BC

Tints of Viking #4DB8BC

RGB

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

 GREEN value IS 184 (72.27% from 255) = 40.98%

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

R = 17.15%
G = 40.98%
B = 41.87%

CMYK

 C value IS 0.59

 M value IS 0.02

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4DB8BC (or 0x4DB8BC) is known color: Viking. HEX triplet: 4D, B8 and BC. RGB value is (77,184,188). Sum of RGB (Red+Green+Blue) = 77+184+188=449 (59% of max value = 765). Red value is 77 (30.47% from 255 or 17.15% from 449); Green value is 184 (72.27% from 255 or 40.98% from 449); Blue value is 188 (73.83% from 255 or 41.87% from 449); Max value from RGB is 188 - color contains mainly: blue. Hex color #4DB8BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DB8BC is #B24743. Grayscale: #989898. Windows color (decimal): -11683652 or 12367949. OLE color: 12367949.

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

Color convert

RGB 77 184 188 -
CMYK 0.59 0.02 0 0.26
HSL 182.16º 0.45% 0.52% -
HSV(B) 182.16º 0.59% 0.74% -
XYZ 29.28 39.49 53.66 -
YUV 152.46 148.05 74.17 -
System Red Green Blue C M Y K H S L
Decimal 77 184 188 0.59 0.02 0 0.26 182.16 0.45 0.52
Hex 4D B8 BC 3B 2 0 1A B6 2D 34
Octal 115 270 274 73 2 0 32 266 55 64
Binary 1001101 10111000 10111100 111011 10 0 11010 10110110 101101 110100

Color Harmonies of #4DB8BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DB8BC

Black with #4DB8BC

Text Example


Text Example

White with #4DB8BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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