Html Css Color HEX #485FAC Mariner

📋 copy color: '#485FAC'

red 72 ◦ green 95 ◦ blue 172

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

Shades of Mariner #485FAC

Tints of Mariner #485FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 50.74%

R = 21.24%
G = 28.02%
B = 50.74%

CMYK

 C value IS 0.58

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#485FAC (or 0x485FAC) is known color: Mariner. HEX triplet: 48, 5F and AC. RGB value is (72,95,172). Sum of RGB (Red+Green+Blue) = 72+95+172=339 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.24% from 339); Green value is 95 (37.5% from 255 or 28.02% from 339); Blue value is 172 (67.58% from 255 or 50.74% from 339); Max value from RGB is 172 - color contains mainly: blue. Hex color #485FAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485FAC is #B7A053. Grayscale: #606060. Windows color (decimal): -12034132 or 11296584. OLE color: 11296584.

HSL color Cylindrical-coordinate representation of color #485FAC: hue angle of 226.2º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #485FAC is Cyan = 0.58, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 72 95 172 -
CMYK 0.58 0.45 0 0.33
HSL 226.2º 0.41% 0.48% -
HSV(B) 226.2º 0.58% 0.67% -
XYZ 14.21 12.54 40.7 -
YUV 96.9 170.38 110.24 -
System Red Green Blue C M Y K H S L
Decimal 72 95 172 0.58 0.45 0 0.33 226.2 0.41 0.48
Hex 48 5F AC 3A 2D 0 21 E2 29 30
Octal 110 137 254 72 55 0 41 342 51 60
Binary 1001000 1011111 10101100 111010 101101 0 100001 11100010 101001 110000

Color Harmonies of #485FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485FAC

Black with #485FAC

Text Example


Text Example

White with #485FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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