Html Css Color HEX #4B5FAB Mariner

📋 copy color: '#4B5FAB'

red 75 ◦ green 95 ◦ blue 171

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

Shades of Mariner #4B5FAB

Tints of Mariner #4B5FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 50.15%

R = 21.99%
G = 27.86%
B = 50.15%

CMYK

 C value IS 0.56

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4B5FAB (or 0x4B5FAB) is known color: Mariner. HEX triplet: 4B, 5F and AB. RGB value is (75,95,171). Sum of RGB (Red+Green+Blue) = 75+95+171=341 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.99% from 341); Green value is 95 (37.5% from 255 or 27.86% from 341); Blue value is 171 (67.19% from 255 or 50.15% from 341); Max value from RGB is 171 - color contains mainly: blue. Hex color #4B5FAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B5FAB is #B4A054. Grayscale: #616161. Windows color (decimal): -11837525 or 11231051. OLE color: 11231051.

HSL color Cylindrical-coordinate representation of color #4B5FAB: hue angle of 227.5º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4B5FAB is Cyan = 0.56, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 75 95 171 -
CMYK 0.56 0.44 0 0.33
HSL 227.5º 0.39% 0.48% -
HSV(B) 227.5º 0.56% 0.67% -
XYZ 14.34 12.62 40.21 -
YUV 97.68 169.37 111.82 -
System Red Green Blue C M Y K H S L
Decimal 75 95 171 0.56 0.44 0 0.33 227.5 0.39 0.48
Hex 4B 5F AB 38 2C 0 21 E4 27 30
Octal 113 137 253 70 54 0 41 344 47 60
Binary 1001011 1011111 10101011 111000 101100 0 100001 11100100 100111 110000

Color Harmonies of #4B5FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B5FAB

Black with #4B5FAB

Text Example


Text Example

White with #4B5FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,95,171); }

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

background-color css

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

 a { background-color: rgb(75,95,171); }

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

border-color css

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

 span { border-color: rgb(75,95,171); }

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