Html Css Color HEX #485FA9 Mariner

📋 copy color: '#485FA9'

red 72 ◦ green 95 ◦ blue 169

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

Shades of Mariner #485FA9

Tints of Mariner #485FA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 50.3%

R = 21.43%
G = 28.27%
B = 50.3%

CMYK

 C value IS 0.57

 M value IS 0.44

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#485FA9 (or 0x485FA9) is known color: Mariner. HEX triplet: 48, 5F and A9. RGB value is (72,95,169). Sum of RGB (Red+Green+Blue) = 72+95+169=336 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.43% from 336); Green value is 95 (37.5% from 255 or 28.27% from 336); Blue value is 169 (66.41% from 255 or 50.30% from 336); Max value from RGB is 169 - color contains mainly: blue. Hex color #485FA9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485FA9 is #B7A056. Grayscale: #606060. Windows color (decimal): -12034135 or 11099976. OLE color: 11099976.

HSL color Cylindrical-coordinate representation of color #485FA9: hue angle of 225.77º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #485FA9 is Cyan = 0.57, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 72 95 169 -
CMYK 0.57 0.44 0 0.34
HSL 225.77º 0.4% 0.47% -
HSV(B) 225.77º 0.57% 0.66% -
XYZ 13.93 12.43 39.2 -
YUV 96.56 168.88 110.48 -
System Red Green Blue C M Y K H S L
Decimal 72 95 169 0.57 0.44 0 0.34 225.77 0.4 0.47
Hex 48 5F A9 39 2C 0 22 E2 28 2F
Octal 110 137 251 71 54 0 42 342 50 57
Binary 1001000 1011111 10101001 111001 101100 0 100010 11100010 101000 101111

Color Harmonies of #485FA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485FA9

Black with #485FA9

Text Example


Text Example

White with #485FA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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