Html Css Color HEX #485F92 Mariner

📋 copy color: '#485F92'

red 72 ◦ green 95 ◦ blue 146

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

Shades of Mariner #485F92

Tints of Mariner #485F92

RGB

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

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

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

R = 23%
G = 30.35%
B = 46.65%

CMYK

 C value IS 0.51

 M value IS 0.35

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#485F92 (or 0x485F92) is known color: Mariner. HEX triplet: 48, 5F and 92. RGB value is (72,95,146). Sum of RGB (Red+Green+Blue) = 72+95+146=313 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.00% from 313); Green value is 95 (37.5% from 255 or 30.35% from 313); Blue value is 146 (57.42% from 255 or 46.65% from 313); Max value from RGB is 146 - color contains mainly: blue. Hex color #485F92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485F92 is #B7A06D. Grayscale: #5D5D5D. Windows color (decimal): -12034158 or 9592648. OLE color: 9592648.

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

Color convert

RGB 72 95 146 -
CMYK 0.51 0.35 0 0.43
HSL 221.35º 0.34% 0.43% -
HSV(B) 221.35º 0.51% 0.57% -
XYZ 11.95 11.64 28.81 -
YUV 93.94 157.38 112.35 -
System Red Green Blue C M Y K H S L
Decimal 72 95 146 0.51 0.35 0 0.43 221.35 0.34 0.43
Hex 48 5F 92 33 23 0 2B DD 22 2B
Octal 110 137 222 63 43 0 53 335 42 53
Binary 1001000 1011111 10010010 110011 100011 0 101011 11011101 100010 101011

Color Harmonies of #485F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485F92

Black with #485F92

Text Example


Text Example

White with #485F92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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