Html Css Color HEX #485F91 Mariner

📋 copy color: '#485F91'

red 72 ◦ green 95 ◦ blue 145

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

Shades of Mariner #485F91

Tints of Mariner #485F91

RGB

 RED value IS 72 (28.52% from 255) = 23.08%

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

 BLUE value IS 145 (57.03% from 255) = 46.47%

R = 23.08%
G = 30.45%
B = 46.47%

CMYK

 C value IS 0.50

 M value IS 0.34

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#485F91 (or 0x485F91) is known color: Mariner. HEX triplet: 48, 5F and 91. RGB value is (72,95,145). Sum of RGB (Red+Green+Blue) = 72+95+145=312 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.08% from 312); Green value is 95 (37.5% from 255 or 30.45% from 312); Blue value is 145 (57.03% from 255 or 46.47% from 312); Max value from RGB is 145 - color contains mainly: blue. Hex color #485F91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485F91 is #B7A06E. Grayscale: #5D5D5D. Windows color (decimal): -12034159 or 9527112. OLE color: 9527112.

HSL color Cylindrical-coordinate representation of color #485F91: hue angle of 221.1º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #485F91 is Cyan = 0.50, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 72 95 145 -
CMYK 0.50 0.34 0 0.43
HSL 221.1º 0.34% 0.43% -
HSV(B) 221.1º 0.5% 0.57% -
XYZ 11.88 11.61 28.4 -
YUV 93.82 156.88 112.43 -
System Red Green Blue C M Y K H S L
Decimal 72 95 145 0.50 0.34 0 0.43 221.1 0.34 0.43
Hex 48 5F 91 32 22 0 2B DD 22 2B
Octal 110 137 221 62 42 0 53 335 42 53
Binary 1001000 1011111 10010001 110010 100010 0 101011 11011101 100010 101011

Color Harmonies of #485F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485F91

Black with #485F91

Text Example


Text Example

White with #485F91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485F91; }

 p { color: rgb(72,95,145); }

 H1.HeaderClassName
 {
   color: #485F91;
 }
 .AnyTagClassName
 {
   color: #485F91;
 }
</style>

background-color css

<style>
 a { background-color: #485F91; }

 a { background-color: rgb(72,95,145); }

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

border-color css

<style>
 span { border-color: #485F91; }

 span { border-color: rgb(72,95,145); }

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