Html Css Color HEX #485AAC Mariner

📋 copy color: '#485AAC'

red 72 ◦ green 90 ◦ blue 172

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

Shades of Mariner #485AAC

Tints of Mariner #485AAC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.95%

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

R = 21.56%
G = 26.95%
B = 51.5%

CMYK

 C value IS 0.58

 M value IS 0.48

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#485AAC (or 0x485AAC) is known color: Mariner. HEX triplet: 48, 5A and AC. RGB value is (72,90,172). Sum of RGB (Red+Green+Blue) = 72+90+172=334 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.56% from 334); Green value is 90 (35.55% from 255 or 26.95% from 334); Blue value is 172 (67.58% from 255 or 51.50% from 334); Max value from RGB is 172 - color contains mainly: blue. Hex color #485AAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485AAC is #B7A553. Grayscale: #5D5D5D. Windows color (decimal): -12035412 or 11295304. OLE color: 11295304.

HSL color Cylindrical-coordinate representation of color #485AAC: hue angle of 229.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 #485AAC is Cyan = 0.58, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 72 90 172 -
CMYK 0.58 0.48 0 0.33
HSL 229.2º 0.41% 0.48% -
HSV(B) 229.2º 0.58% 0.67% -
XYZ 13.78 11.67 40.56 -
YUV 93.97 172.04 112.33 -
System Red Green Blue C M Y K H S L
Decimal 72 90 172 0.58 0.48 0 0.33 229.2 0.41 0.48
Hex 48 5A AC 3A 30 0 21 E5 29 30
Octal 110 132 254 72 60 0 41 345 51 60
Binary 1001000 1011010 10101100 111010 110000 0 100001 11100101 101001 110000

Color Harmonies of #485AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485AAC

Black with #485AAC

Text Example


Text Example

White with #485AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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