Html Css Color HEX #485BAE Mariner

📋 copy color: '#485BAE'

red 72 ◦ green 91 ◦ blue 174

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

Shades of Mariner #485BAE

Tints of Mariner #485BAE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27%

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

R = 21.36%
G = 27%
B = 51.63%

CMYK

 C value IS 0.59

 M value IS 0.48

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#485BAE (or 0x485BAE) is known color: Mariner. HEX triplet: 48, 5B and AE. RGB value is (72,91,174). Sum of RGB (Red+Green+Blue) = 72+91+174=337 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.36% from 337); Green value is 91 (35.94% from 255 or 27.00% from 337); Blue value is 174 (68.36% from 255 or 51.63% from 337); Max value from RGB is 174 - color contains mainly: blue. Hex color #485BAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485BAE is #B7A451. Grayscale: #5E5E5E. Windows color (decimal): -12035154 or 11426632. OLE color: 11426632.

HSL color Cylindrical-coordinate representation of color #485BAE: hue angle of 228.82º 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 #485BAE is Cyan = 0.59, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 72 91 174 -
CMYK 0.59 0.48 0 0.32
HSL 228.82º 0.41% 0.48% -
HSV(B) 228.82º 0.59% 0.68% -
XYZ 14.05 11.92 41.6 -
YUV 94.78 172.71 111.75 -
System Red Green Blue C M Y K H S L
Decimal 72 91 174 0.59 0.48 0 0.32 228.82 0.41 0.48
Hex 48 5B AE 3B 30 0 20 E5 29 30
Octal 110 133 256 73 60 0 40 345 51 60
Binary 1001000 1011011 10101110 111011 110000 0 100000 11100101 101001 110000

Color Harmonies of #485BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485BAE

Black with #485BAE

Text Example


Text Example

White with #485BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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