Html Css Color HEX #4D60AC Mariner

📋 copy color: '#4D60AC'

red 77 ◦ green 96 ◦ blue 172

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

Shades of Mariner #4D60AC

Tints of Mariner #4D60AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 49.86%

R = 22.32%
G = 27.83%
B = 49.86%

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

#4D60AC (or 0x4D60AC) is known color: Mariner. HEX triplet: 4D, 60 and AC. RGB value is (77,96,172). Sum of RGB (Red+Green+Blue) = 77+96+172=345 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.32% from 345); Green value is 96 (37.89% from 255 or 27.83% from 345); Blue value is 172 (67.58% from 255 or 49.86% from 345); Max value from RGB is 172 - color contains mainly: blue. Hex color #4D60AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D60AC is #B29F53. Grayscale: #626262. Windows color (decimal): -11706196 or 11296845. OLE color: 11296845.

HSL color Cylindrical-coordinate representation of color #4D60AC: hue angle of 228º 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 #4D60AC is Cyan = 0.55, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 77 96 172 -
CMYK 0.55 0.44 0 0.33
HSL 228º 0.38% 0.49% -
HSV(B) 228º 0.55% 0.67% -
XYZ 14.69 12.92 40.75 -
YUV 98.98 169.21 112.32 -
System Red Green Blue C M Y K H S L
Decimal 77 96 172 0.55 0.44 0 0.33 228 0.38 0.49
Hex 4D 60 AC 37 2C 0 21 E4 26 31
Octal 115 140 254 67 54 0 41 344 46 61
Binary 1001101 1100000 10101100 110111 101100 0 100001 11100100 100110 110001

Color Harmonies of #4D60AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D60AC

Black with #4D60AC

Text Example


Text Example

White with #4D60AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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