Html Css Color HEX #4DAABB Viking

📋 copy color: '#4DAABB'

red 77 ◦ green 170 ◦ blue 187

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

Shades of Viking #4DAABB

Tints of Viking #4DAABB

RGB

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

 GREEN value IS 170 (66.8% from 255) = 39.17%

 BLUE value IS 187 (73.44% from 255) = 43.09%

R = 17.74%
G = 39.17%
B = 43.09%

CMYK

 C value IS 0.59

 M value IS 0.09

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4DAABB (or 0x4DAABB) is known color: Viking. HEX triplet: 4D, AA and BB. RGB value is (77,170,187). Sum of RGB (Red+Green+Blue) = 77+170+187=434 (57% of max value = 765). Red value is 77 (30.47% from 255 or 17.74% from 434); Green value is 170 (66.80% from 255 or 39.17% from 434); Blue value is 187 (73.44% from 255 or 43.09% from 434); Max value from RGB is 187 - color contains mainly: blue. Hex color #4DAABB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DAABB is #B25544. Grayscale: #8F8F8F. Windows color (decimal): -11687237 or 12298829. OLE color: 12298829.

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

Color convert

RGB 77 170 187 -
CMYK 0.59 0.09 0 0.27
HSL 189.27º 0.45% 0.52% -
HSV(B) 189.27º 0.59% 0.73% -
XYZ 26.4 33.92 52.17 -
YUV 144.13 152.19 80.12 -
System Red Green Blue C M Y K H S L
Decimal 77 170 187 0.59 0.09 0 0.27 189.27 0.45 0.52
Hex 4D AA BB 3B 9 0 1B BD 2D 34
Octal 115 252 273 73 11 0 33 275 55 64
Binary 1001101 10101010 10111011 111011 1001 0 11011 10111101 101101 110100

Color Harmonies of #4DAABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DAABB

Black with #4DAABB

Text Example


Text Example

White with #4DAABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,170,187); }

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

background-color css

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

 a { background-color: rgb(77,170,187); }

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

border-color css

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

 span { border-color: rgb(77,170,187); }

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