Html Css Color HEX #485C92 Mariner

📋 copy color: '#485C92'

red 72 ◦ green 92 ◦ blue 146

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

Shades of Mariner #485C92

Tints of Mariner #485C92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 47.1%

R = 23.23%
G = 29.68%
B = 47.1%

CMYK

 C value IS 0.51

 M value IS 0.37

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#485C92 (or 0x485C92) is known color: Mariner. HEX triplet: 48, 5C and 92. RGB value is (72,92,146). Sum of RGB (Red+Green+Blue) = 72+92+146=310 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.23% from 310); Green value is 92 (36.33% from 255 or 29.68% from 310); Blue value is 146 (57.42% from 255 or 47.10% from 310); Max value from RGB is 146 - color contains mainly: blue. Hex color #485C92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485C92 is #B7A36D. Grayscale: #5B5B5B. Windows color (decimal): -12034926 or 9591880. OLE color: 9591880.

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

Color convert

RGB 72 92 146 -
CMYK 0.51 0.37 0 0.43
HSL 223.78º 0.34% 0.43% -
HSV(B) 223.78º 0.51% 0.57% -
XYZ 11.69 11.11 28.72 -
YUV 92.18 158.37 113.61 -
System Red Green Blue C M Y K H S L
Decimal 72 92 146 0.51 0.37 0 0.43 223.78 0.34 0.43
Hex 48 5C 92 33 25 0 2B E0 22 2B
Octal 110 134 222 63 45 0 53 340 42 53
Binary 1001000 1011100 10010010 110011 100101 0 101011 11100000 100010 101011

Color Harmonies of #485C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485C92

Black with #485C92

Text Example


Text Example

White with #485C92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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