Html Css Color HEX #4D5FAA Mariner

📋 copy color: '#4D5FAA'

red 77 ◦ green 95 ◦ blue 170

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

Shades of Mariner #4D5FAA

Tints of Mariner #4D5FAA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 27.78%

 BLUE value IS 170 (66.8% from 255) = 49.71%

R = 22.51%
G = 27.78%
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

#4D5FAA (or 0x4D5FAA) is known color: Mariner. HEX triplet: 4D, 5F and AA. RGB value is (77,95,170). Sum of RGB (Red+Green+Blue) = 77+95+170=342 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.51% from 342); Green value is 95 (37.5% from 255 or 27.78% from 342); Blue value is 170 (66.80% from 255 or 49.71% from 342); Max value from RGB is 170 - color contains mainly: blue. Hex color #4D5FAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D5FAA is #B2A055. Grayscale: #616161. Windows color (decimal): -11706454 or 11165517. OLE color: 11165517.

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

Color convert

RGB 77 95 170 -
CMYK 0.55 0.44 0 0.33
HSL 228.39º 0.38% 0.48% -
HSV(B) 228.39º 0.55% 0.67% -
XYZ 14.41 12.66 39.72 -
YUV 98.17 168.54 112.9 -
System Red Green Blue C M Y K H S L
Decimal 77 95 170 0.55 0.44 0 0.33 228.39 0.38 0.48
Hex 4D 5F AA 37 2C 0 21 E4 26 30
Octal 115 137 252 67 54 0 41 344 46 60
Binary 1001101 1011111 10101010 110111 101100 0 100001 11100100 100110 110000

Color Harmonies of #4D5FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5FAA

Black with #4D5FAA

Text Example


Text Example

White with #4D5FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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