Html Css Color HEX #4B5D9B Mariner

📋 copy color: '#4B5D9B'

red 75 ◦ green 93 ◦ blue 155

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

Shades of Mariner #4B5D9B

Tints of Mariner #4B5D9B

RGB

 RED value IS 75 (29.69% from 255) = 23.22%

 GREEN value IS 93 (36.72% from 255) = 28.79%

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

R = 23.22%
G = 28.79%
B = 47.99%

CMYK

 C value IS 0.52

 M value IS 0.4

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#4B5D9B (or 0x4B5D9B) is known color: Mariner. HEX triplet: 4B, 5D and 9B. RGB value is (75,93,155). Sum of RGB (Red+Green+Blue) = 75+93+155=323 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.22% from 323); Green value is 93 (36.72% from 255 or 28.79% from 323); Blue value is 155 (60.94% from 255 or 47.99% from 323); Max value from RGB is 155 - color contains mainly: blue. Hex color #4B5D9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B5D9B is #B4A264. Grayscale: #5E5E5E. Windows color (decimal): -11838053 or 10181963. OLE color: 10181963.

HSL color Cylindrical-coordinate representation of color #4B5D9B: hue angle of 226.5º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4B5D9B is Cyan = 0.52, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 75 93 155 -
CMYK 0.52 0.4 0 0.39
HSL 226.5º 0.35% 0.45% -
HSV(B) 226.5º 0.52% 0.61% -
XYZ 12.73 11.69 32.6 -
YUV 94.69 162.04 113.96 -
System Red Green Blue C M Y K H S L
Decimal 75 93 155 0.52 0.4 0 0.39 226.5 0.35 0.45
Hex 4B 5D 9B 34 28 0 27 E2 23 2D
Octal 113 135 233 64 50 0 47 342 43 55
Binary 1001011 1011101 10011011 110100 101000 0 100111 11100010 100011 101101

Color Harmonies of #4B5D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B5D9B

Black with #4B5D9B

Text Example


Text Example

White with #4B5D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,93,155); }

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

background-color css

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

 a { background-color: rgb(75,93,155); }

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

border-color css

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

 span { border-color: rgb(75,93,155); }

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