Html Css Color HEX #485DAD Mariner

📋 copy color: '#485DAD'

red 72 ◦ green 93 ◦ blue 173

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

Shades of Mariner #485DAD

Tints of Mariner #485DAD

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.51%

 BLUE value IS 173 (67.97% from 255) = 51.18%

R = 21.3%
G = 27.51%
B = 51.18%

CMYK

 C value IS 0.58

 M value IS 0.46

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#485DAD (or 0x485DAD) is known color: Mariner. HEX triplet: 48, 5D and AD. RGB value is (72,93,173). Sum of RGB (Red+Green+Blue) = 72+93+173=338 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.30% from 338); Green value is 93 (36.72% from 255 or 27.51% from 338); Blue value is 173 (67.97% from 255 or 51.18% from 338); Max value from RGB is 173 - color contains mainly: blue. Hex color #485DAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485DAD is #B7A252. Grayscale: #5F5F5F. Windows color (decimal): -12034643 or 11361608. OLE color: 11361608.

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

Color convert

RGB 72 93 173 -
CMYK 0.58 0.46 0 0.32
HSL 227.52º 0.41% 0.48% -
HSV(B) 227.52º 0.58% 0.68% -
XYZ 14.13 12.22 41.15 -
YUV 95.84 171.54 111 -
System Red Green Blue C M Y K H S L
Decimal 72 93 173 0.58 0.46 0 0.32 227.52 0.41 0.48
Hex 48 5D AD 3A 2E 0 20 E4 29 30
Octal 110 135 255 72 56 0 40 344 51 60
Binary 1001000 1011101 10101101 111010 101110 0 100000 11100100 101001 110000

Color Harmonies of #485DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485DAD

Black with #485DAD

Text Example


Text Example

White with #485DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,93,173); }

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

background-color css

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

 a { background-color: rgb(72,93,173); }

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

border-color css

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

 span { border-color: rgb(72,93,173); }

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