Html Css Color HEX #485CA1 Mariner

📋 copy color: '#485CA1'

red 72 ◦ green 92 ◦ blue 161

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

Shades of Mariner #485CA1

Tints of Mariner #485CA1

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.31%

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

R = 22.15%
G = 28.31%
B = 49.54%

CMYK

 C value IS 0.55

 M value IS 0.43

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#485CA1 (or 0x485CA1) is known color: Mariner. HEX triplet: 48, 5C and A1. RGB value is (72,92,161). Sum of RGB (Red+Green+Blue) = 72+92+161=325 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.15% from 325); Green value is 92 (36.33% from 255 or 28.31% from 325); Blue value is 161 (63.28% from 255 or 49.54% from 325); Max value from RGB is 161 - color contains mainly: blue. Hex color #485CA1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485CA1 is #B7A35E. Grayscale: #5D5D5D. Windows color (decimal): -12034911 or 10574920. OLE color: 10574920.

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

Color convert

RGB 72 92 161 -
CMYK 0.55 0.43 0 0.37
HSL 226.52º 0.38% 0.46% -
HSV(B) 226.52º 0.55% 0.63% -
XYZ 12.93 11.61 35.28 -
YUV 93.89 165.87 112.39 -
System Red Green Blue C M Y K H S L
Decimal 72 92 161 0.55 0.43 0 0.37 226.52 0.38 0.46
Hex 48 5C A1 37 2B 0 25 E3 26 2E
Octal 110 134 241 67 53 0 45 343 46 56
Binary 1001000 1011100 10100001 110111 101011 0 100101 11100011 100110 101110

Color Harmonies of #485CA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485CA1

Black with #485CA1

Text Example


Text Example

White with #485CA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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