Html Css Color HEX #485A91 Mariner

📋 copy color: '#485A91'

red 72 ◦ green 90 ◦ blue 145

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

Shades of Mariner #485A91

Tints of Mariner #485A91

RGB

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

 GREEN value IS 90 (35.55% from 255) = 29.32%

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

R = 23.45%
G = 29.32%
B = 47.23%

CMYK

 C value IS 0.50

 M value IS 0.38

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#485A91 (or 0x485A91) is known color: Mariner. HEX triplet: 48, 5A and 91. RGB value is (72,90,145). Sum of RGB (Red+Green+Blue) = 72+90+145=307 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.45% from 307); Green value is 90 (35.55% from 255 or 29.32% from 307); Blue value is 145 (57.03% from 255 or 47.23% from 307); Max value from RGB is 145 - color contains mainly: blue. Hex color #485A91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485A91 is #B7A56E. Grayscale: #5A5A5A. Windows color (decimal): -12035439 or 9525832. OLE color: 9525832.

HSL color Cylindrical-coordinate representation of color #485A91: hue angle of 225.21º 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 #485A91 is Cyan = 0.50, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 72 90 145 -
CMYK 0.50 0.38 0 0.43
HSL 225.21º 0.34% 0.43% -
HSV(B) 225.21º 0.5% 0.57% -
XYZ 11.44 10.73 28.26 -
YUV 90.89 158.54 114.53 -
System Red Green Blue C M Y K H S L
Decimal 72 90 145 0.50 0.38 0 0.43 225.21 0.34 0.43
Hex 48 5A 91 32 26 0 2B E1 22 2B
Octal 110 132 221 62 46 0 53 341 42 53
Binary 1001000 1011010 10010001 110010 100110 0 101011 11100001 100010 101011

Color Harmonies of #485A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485A91

Black with #485A91

Text Example


Text Example

White with #485A91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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