Html Css Color HEX #485AA1 Mariner

📋 copy color: '#485AA1'

red 72 ◦ green 90 ◦ blue 161

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

Shades of Mariner #485AA1

Tints of Mariner #485AA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 49.85%

R = 22.29%
G = 27.86%
B = 49.85%

CMYK

 C value IS 0.55

 M value IS 0.44

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#485AA1 (or 0x485AA1) is known color: Mariner. HEX triplet: 48, 5A and A1. RGB value is (72,90,161). Sum of RGB (Red+Green+Blue) = 72+90+161=323 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.29% from 323); Green value is 90 (35.55% from 255 or 27.86% from 323); Blue value is 161 (63.28% from 255 or 49.85% from 323); Max value from RGB is 161 - color contains mainly: blue. Hex color #485AA1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485AA1 is #B7A55E. Grayscale: #5C5C5C. Windows color (decimal): -12035423 or 10574408. OLE color: 10574408.

HSL color Cylindrical-coordinate representation of color #485AA1: hue angle of 227.87º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #485AA1 is Cyan = 0.55, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 72 90 161 -
CMYK 0.55 0.44 0 0.37
HSL 227.87º 0.38% 0.46% -
HSV(B) 227.87º 0.55% 0.63% -
XYZ 12.76 11.26 35.22 -
YUV 92.71 166.54 113.23 -
System Red Green Blue C M Y K H S L
Decimal 72 90 161 0.55 0.44 0 0.37 227.87 0.38 0.46
Hex 48 5A A1 37 2C 0 25 E4 26 2E
Octal 110 132 241 67 54 0 45 344 46 56
Binary 1001000 1011010 10100001 110111 101100 0 100101 11100100 100110 101110

Color Harmonies of #485AA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485AA1

Black with #485AA1

Text Example


Text Example

White with #485AA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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