Html Css Color HEX #4DAABE Viking

📋 copy color: '#4DAABE'

red 77 ◦ green 170 ◦ blue 190

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

Shades of Viking #4DAABE

Tints of Viking #4DAABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 43.48%

R = 17.62%
G = 38.9%
B = 43.48%

CMYK

 C value IS 0.59

 M value IS 0.11

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4DAABE (or 0x4DAABE) is known color: Viking. HEX triplet: 4D, AA and BE. RGB value is (77,170,190). Sum of RGB (Red+Green+Blue) = 77+170+190=437 (57% of max value = 765). Red value is 77 (30.47% from 255 or 17.62% from 437); Green value is 170 (66.80% from 255 or 38.90% from 437); Blue value is 190 (74.61% from 255 or 43.48% from 437); Max value from RGB is 190 - color contains mainly: blue. Hex color #4DAABE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DAABE is #B25541. Grayscale: #909090. Windows color (decimal): -11687234 or 12495437. OLE color: 12495437.

HSL color Cylindrical-coordinate representation of color #4DAABE: hue angle of 190.62º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4DAABE is Cyan = 0.59, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 77 170 190 -
CMYK 0.59 0.11 0 0.25
HSL 190.62º 0.47% 0.52% -
HSV(B) 190.62º 0.59% 0.75% -
XYZ 26.73 34.04 53.88 -
YUV 144.47 153.69 79.87 -
System Red Green Blue C M Y K H S L
Decimal 77 170 190 0.59 0.11 0 0.25 190.62 0.47 0.52
Hex 4D AA BE 3B B 0 19 BF 2F 34
Octal 115 252 276 73 13 0 31 277 57 64
Binary 1001101 10101010 10111110 111011 1011 0 11001 10111111 101111 110100

Color Harmonies of #4DAABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DAABE

Black with #4DAABE

Text Example


Text Example

White with #4DAABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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