Html Css Color HEX #4DABBC Viking

📋 copy color: '#4DABBC'

red 77 ◦ green 171 ◦ blue 188

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

Shades of Viking #4DABBC

Tints of Viking #4DABBC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 39.22%

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

R = 17.66%
G = 39.22%
B = 43.12%

CMYK

 C value IS 0.59

 M value IS 0.09

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4DABBC (or 0x4DABBC) is known color: Viking. HEX triplet: 4D, AB and BC. RGB value is (77,171,188). Sum of RGB (Red+Green+Blue) = 77+171+188=436 (57% of max value = 765). Red value is 77 (30.47% from 255 or 17.66% from 436); Green value is 171 (67.19% from 255 or 39.22% from 436); Blue value is 188 (73.83% from 255 or 43.12% from 436); Max value from RGB is 188 - color contains mainly: blue. Hex color #4DABBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DABBC is #B25443. Grayscale: #909090. Windows color (decimal): -11686980 or 12364621. OLE color: 12364621.

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

Color convert

RGB 77 171 188 -
CMYK 0.59 0.09 0 0.26
HSL 189.19º 0.45% 0.52% -
HSV(B) 189.19º 0.59% 0.74% -
XYZ 26.7 34.33 52.8 -
YUV 144.83 152.36 79.62 -
System Red Green Blue C M Y K H S L
Decimal 77 171 188 0.59 0.09 0 0.26 189.19 0.45 0.52
Hex 4D AB BC 3B 9 0 1A BD 2D 34
Octal 115 253 274 73 11 0 32 275 55 64
Binary 1001101 10101011 10111100 111011 1001 0 11010 10111101 101101 110100

Color Harmonies of #4DABBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DABBC

Black with #4DABBC

Text Example


Text Example

White with #4DABBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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