Html Css Color HEX #4B5F90 Mariner

📋 copy color: '#4B5F90'

red 75 ◦ green 95 ◦ blue 144

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

Shades of Mariner #4B5F90

Tints of Mariner #4B5F90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 45.86%

R = 23.89%
G = 30.25%
B = 45.86%

CMYK

 C value IS 0.48

 M value IS 0.34

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#4B5F90 (or 0x4B5F90) is known color: Mariner. HEX triplet: 4B, 5F and 90. RGB value is (75,95,144). Sum of RGB (Red+Green+Blue) = 75+95+144=314 (41% of max value = 765). Red value is 75 (29.69% from 255 or 23.89% from 314); Green value is 95 (37.5% from 255 or 30.25% from 314); Blue value is 144 (56.64% from 255 or 45.86% from 314); Max value from RGB is 144 - color contains mainly: blue. Hex color #4B5F90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B5F90 is #B4A06F. Grayscale: #5E5E5E. Windows color (decimal): -11837552 or 9461579. OLE color: 9461579.

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

Color convert

RGB 75 95 144 -
CMYK 0.48 0.34 0 0.44
HSL 222.61º 0.32% 0.43% -
HSV(B) 222.61º 0.48% 0.56% -
XYZ 12.03 11.69 28.01 -
YUV 94.61 155.87 114.02 -
System Red Green Blue C M Y K H S L
Decimal 75 95 144 0.48 0.34 0 0.44 222.61 0.32 0.43
Hex 4B 5F 90 30 22 0 2C DF 20 2B
Octal 113 137 220 60 42 0 54 337 40 53
Binary 1001011 1011111 10010000 110000 100010 0 101100 11011111 100000 101011

Color Harmonies of #4B5F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B5F90

Black with #4B5F90

Text Example


Text Example

White with #4B5F90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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