Html Css Color HEX #485DAE Mariner

📋 copy color: '#485DAE'

red 72 ◦ green 93 ◦ blue 174

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

Shades of Mariner #485DAE

Tints of Mariner #485DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 51.33%

R = 21.24%
G = 27.43%
B = 51.33%

CMYK

 C value IS 0.59

 M value IS 0.47

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#485DAE (or 0x485DAE) is known color: Mariner. HEX triplet: 48, 5D and AE. RGB value is (72,93,174). Sum of RGB (Red+Green+Blue) = 72+93+174=339 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.24% from 339); Green value is 93 (36.72% from 255 or 27.43% from 339); Blue value is 174 (68.36% from 255 or 51.33% from 339); Max value from RGB is 174 - color contains mainly: blue. Hex color #485DAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485DAE is #B7A251. Grayscale: #5F5F5F. Windows color (decimal): -12034642 or 11427144. OLE color: 11427144.

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

Color convert

RGB 72 93 174 -
CMYK 0.59 0.47 0 0.32
HSL 227.65º 0.41% 0.48% -
HSV(B) 227.65º 0.59% 0.68% -
XYZ 14.23 12.26 41.66 -
YUV 95.96 172.04 110.91 -
System Red Green Blue C M Y K H S L
Decimal 72 93 174 0.59 0.47 0 0.32 227.65 0.41 0.48
Hex 48 5D AE 3B 2F 0 20 E4 29 30
Octal 110 135 256 73 57 0 40 344 51 60
Binary 1001000 1011101 10101110 111011 101111 0 100000 11100100 101001 110000

Color Harmonies of #485DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485DAE

Black with #485DAE

Text Example


Text Example

White with #485DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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