Html Css Color HEX #4D609D Mariner

📋 copy color: '#4D609D'

red 77 ◦ green 96 ◦ blue 157

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

Shades of Mariner #4D609D

Tints of Mariner #4D609D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 47.58%

R = 23.33%
G = 29.09%
B = 47.58%

CMYK

 C value IS 0.51

 M value IS 0.39

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#4D609D (or 0x4D609D) is known color: Mariner. HEX triplet: 4D, 60 and 9D. RGB value is (77,96,157). Sum of RGB (Red+Green+Blue) = 77+96+157=330 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.33% from 330); Green value is 96 (37.89% from 255 or 29.09% from 330); Blue value is 157 (61.72% from 255 or 47.58% from 330); Max value from RGB is 157 - color contains mainly: blue. Hex color #4D609D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D609D is #B29F62. Grayscale: #616161. Windows color (decimal): -11706211 or 10313805. OLE color: 10313805.

HSL color Cylindrical-coordinate representation of color #4D609D: hue angle of 225.75º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4D609D is Cyan = 0.51, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 77 96 157 -
CMYK 0.51 0.39 0 0.38
HSL 225.75º 0.34% 0.46% -
HSV(B) 225.75º 0.51% 0.62% -
XYZ 13.33 12.38 33.58 -
YUV 97.27 161.71 113.54 -
System Red Green Blue C M Y K H S L
Decimal 77 96 157 0.51 0.39 0 0.38 225.75 0.34 0.46
Hex 4D 60 9D 33 27 0 26 E2 22 2E
Octal 115 140 235 63 47 0 46 342 42 56
Binary 1001101 1100000 10011101 110011 100111 0 100110 11100010 100010 101110

Color Harmonies of #4D609D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D609D

Black with #4D609D

Text Example


Text Example

White with #4D609D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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