Html Css Color HEX #485DAF Mariner

📋 copy color: '#485DAF'

red 72 ◦ green 93 ◦ blue 175

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

Shades of Mariner #485DAF

Tints of Mariner #485DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 51.47%

R = 21.18%
G = 27.35%
B = 51.47%

CMYK

 C value IS 0.59

 M value IS 0.47

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#485DAF (or 0x485DAF) is known color: Mariner. HEX triplet: 48, 5D and AF. RGB value is (72,93,175). Sum of RGB (Red+Green+Blue) = 72+93+175=340 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.18% from 340); Green value is 93 (36.72% from 255 or 27.35% from 340); Blue value is 175 (68.75% from 255 or 51.47% from 340); Max value from RGB is 175 - color contains mainly: blue. Hex color #485DAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485DAF is #B7A250. Grayscale: #5F5F5F. Windows color (decimal): -12034641 or 11492680. OLE color: 11492680.

HSL color Cylindrical-coordinate representation of color #485DAF: hue angle of 227.77º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #485DAF is Cyan = 0.59, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 72 93 175 -
CMYK 0.59 0.47 0 0.31
HSL 227.77º 0.42% 0.48% -
HSV(B) 227.77º 0.59% 0.69% -
XYZ 14.32 12.3 42.18 -
YUV 96.07 172.54 110.83 -
System Red Green Blue C M Y K H S L
Decimal 72 93 175 0.59 0.47 0 0.31 227.77 0.42 0.48
Hex 48 5D AF 3B 2F 0 1F E4 2A 30
Octal 110 135 257 73 57 0 37 344 52 60
Binary 1001000 1011101 10101111 111011 101111 0 11111 11100100 101010 110000

Color Harmonies of #485DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485DAF

Black with #485DAF

Text Example


Text Example

White with #485DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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