Html Css Color HEX #4D609A Mariner

📋 copy color: '#4D609A'

red 77 ◦ green 96 ◦ blue 154

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

Shades of Mariner #4D609A

Tints of Mariner #4D609A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 47.09%

R = 23.55%
G = 29.36%
B = 47.09%

CMYK

 C value IS 0.50

 M value IS 0.38

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#4D609A (or 0x4D609A) is known color: Mariner. HEX triplet: 4D, 60 and 9A. RGB value is (77,96,154). Sum of RGB (Red+Green+Blue) = 77+96+154=327 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.55% from 327); Green value is 96 (37.89% from 255 or 29.36% from 327); Blue value is 154 (60.55% from 255 or 47.09% from 327); Max value from RGB is 154 - color contains mainly: blue. Hex color #4D609A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D609A is #B29F65. Grayscale: #606060. Windows color (decimal): -11706214 or 10117197. OLE color: 10117197.

HSL color Cylindrical-coordinate representation of color #4D609A: hue angle of 225.19º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4D609A is Cyan = 0.50, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 77 96 154 -
CMYK 0.50 0.38 0 0.40
HSL 225.19º 0.33% 0.45% -
HSV(B) 225.19º 0.5% 0.6% -
XYZ 13.08 12.28 32.25 -
YUV 96.93 160.21 113.78 -
System Red Green Blue C M Y K H S L
Decimal 77 96 154 0.50 0.38 0 0.40 225.19 0.33 0.45
Hex 4D 60 9A 32 26 0 28 E1 21 2D
Octal 115 140 232 62 46 0 50 341 41 55
Binary 1001101 1100000 10011010 110010 100110 0 101000 11100001 100001 101101

Color Harmonies of #4D609A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D609A

Black with #4D609A

Text Example


Text Example

White with #4D609A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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