Html Css Color HEX #4D5F9B Mariner

📋 copy color: '#4D5F9B'

red 77 ◦ green 95 ◦ blue 155

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

Shades of Mariner #4D5F9B

Tints of Mariner #4D5F9B

RGB

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

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

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

R = 23.55%
G = 29.05%
B = 47.4%

CMYK

 C value IS 0.50

 M value IS 0.39

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#4D5F9B (or 0x4D5F9B) is known color: Mariner. HEX triplet: 4D, 5F and 9B. RGB value is (77,95,155). Sum of RGB (Red+Green+Blue) = 77+95+155=327 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.55% from 327); Green value is 95 (37.5% from 255 or 29.05% from 327); Blue value is 155 (60.94% from 255 or 47.40% from 327); Max value from RGB is 155 - color contains mainly: blue. Hex color #4D5F9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D5F9B is #B2A064. Grayscale: #606060. Windows color (decimal): -11706469 or 10182477. OLE color: 10182477.

HSL color Cylindrical-coordinate representation of color #4D5F9B: hue angle of 226.15º 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 #4D5F9B is Cyan = 0.50, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 77 95 155 -
CMYK 0.50 0.39 0 0.39
HSL 226.15º 0.34% 0.45% -
HSV(B) 226.15º 0.5% 0.61% -
XYZ 13.07 12.13 32.66 -
YUV 96.46 161.04 114.12 -
System Red Green Blue C M Y K H S L
Decimal 77 95 155 0.50 0.39 0 0.39 226.15 0.34 0.45
Hex 4D 5F 9B 32 27 0 27 E2 22 2D
Octal 115 137 233 62 47 0 47 342 42 55
Binary 1001101 1011111 10011011 110010 100111 0 100111 11100010 100010 101101

Color Harmonies of #4D5F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5F9B

Black with #4D5F9B

Text Example


Text Example

White with #4D5F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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