Html Css Color HEX #4D609F Mariner

📋 copy color: '#4D609F'

red 77 ◦ green 96 ◦ blue 159

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

Shades of Mariner #4D609F

Tints of Mariner #4D609F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 47.89%

R = 23.19%
G = 28.92%
B = 47.89%

CMYK

 C value IS 0.52

 M value IS 0.40

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#4D609F (or 0x4D609F) is known color: Mariner. HEX triplet: 4D, 60 and 9F. RGB value is (77,96,159). Sum of RGB (Red+Green+Blue) = 77+96+159=332 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.19% from 332); Green value is 96 (37.89% from 255 or 28.92% from 332); Blue value is 159 (62.5% from 255 or 47.89% from 332); Max value from RGB is 159 - color contains mainly: blue. Hex color #4D609F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D609F is #B29F60. Grayscale: #616161. Windows color (decimal): -11706209 or 10444877. OLE color: 10444877.

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

Color convert

RGB 77 96 159 -
CMYK 0.52 0.40 0 0.38
HSL 226.1º 0.35% 0.46% -
HSV(B) 226.1º 0.52% 0.62% -
XYZ 13.5 12.45 34.49 -
YUV 97.5 162.71 113.38 -
System Red Green Blue C M Y K H S L
Decimal 77 96 159 0.52 0.40 0 0.38 226.1 0.35 0.46
Hex 4D 60 9F 34 28 0 26 E2 23 2E
Octal 115 140 237 64 50 0 46 342 43 56
Binary 1001101 1100000 10011111 110100 101000 0 100110 11100010 100011 101110

Color Harmonies of #4D609F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D609F

Black with #4D609F

Text Example


Text Example

White with #4D609F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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