Html Css Color HEX #4D60AB Mariner

📋 copy color: '#4D60AB'

red 77 ◦ green 96 ◦ blue 171

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

Shades of Mariner #4D60AB

Tints of Mariner #4D60AB

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.91%

 BLUE value IS 171 (67.19% from 255) = 49.71%

R = 22.38%
G = 27.91%
B = 49.71%

CMYK

 C value IS 0.55

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4D60AB (or 0x4D60AB) is known color: Mariner. HEX triplet: 4D, 60 and AB. RGB value is (77,96,171). Sum of RGB (Red+Green+Blue) = 77+96+171=344 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.38% from 344); Green value is 96 (37.89% from 255 or 27.91% from 344); Blue value is 171 (67.19% from 255 or 49.71% from 344); Max value from RGB is 171 - color contains mainly: blue. Hex color #4D60AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D60AB is #B29F54. Grayscale: #626262. Windows color (decimal): -11706197 or 11231309. OLE color: 11231309.

HSL color Cylindrical-coordinate representation of color #4D60AB: hue angle of 227.87º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4D60AB is Cyan = 0.55, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 77 96 171 -
CMYK 0.55 0.44 0 0.33
HSL 227.87º 0.38% 0.49% -
HSV(B) 227.87º 0.55% 0.67% -
XYZ 14.59 12.88 40.25 -
YUV 98.87 168.71 112.4 -
System Red Green Blue C M Y K H S L
Decimal 77 96 171 0.55 0.44 0 0.33 227.87 0.38 0.49
Hex 4D 60 AB 37 2C 0 21 E4 26 31
Octal 115 140 253 67 54 0 41 344 46 61
Binary 1001101 1100000 10101011 110111 101100 0 100001 11100100 100110 110001

Color Harmonies of #4D60AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D60AB

Black with #4D60AB

Text Example


Text Example

White with #4D60AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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