Html Css Color HEX #4D609B Mariner

📋 copy color: '#4D609B'

red 77 ◦ green 96 ◦ blue 155

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

Shades of Mariner #4D609B

Tints of Mariner #4D609B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 47.26%

R = 23.48%
G = 29.27%
B = 47.26%

CMYK

 C value IS 0.50

 M value IS 0.38

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#4D609B (or 0x4D609B) is known color: Mariner. HEX triplet: 4D, 60 and 9B. RGB value is (77,96,155). Sum of RGB (Red+Green+Blue) = 77+96+155=328 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.48% from 328); Green value is 96 (37.89% from 255 or 29.27% from 328); Blue value is 155 (60.94% from 255 or 47.26% from 328); Max value from RGB is 155 - color contains mainly: blue. Hex color #4D609B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D609B is #B29F64. Grayscale: #606060. Windows color (decimal): -11706213 or 10182733. OLE color: 10182733.

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

Color convert

RGB 77 96 155 -
CMYK 0.50 0.38 0 0.39
HSL 225.38º 0.34% 0.45% -
HSV(B) 225.38º 0.5% 0.61% -
XYZ 13.16 12.31 32.69 -
YUV 97.05 160.71 113.7 -
System Red Green Blue C M Y K H S L
Decimal 77 96 155 0.50 0.38 0 0.39 225.38 0.34 0.45
Hex 4D 60 9B 32 26 0 27 E1 22 2D
Octal 115 140 233 62 46 0 47 341 42 55
Binary 1001101 1100000 10011011 110010 100110 0 100111 11100001 100010 101101

Color Harmonies of #4D609B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D609B

Black with #4D609B

Text Example


Text Example

White with #4D609B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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