Html Css Color HEX #485CAA Mariner

📋 copy color: '#485CAA'

red 72 ◦ green 92 ◦ blue 170

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

Shades of Mariner #485CAA

Tints of Mariner #485CAA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.54%

 BLUE value IS 170 (66.8% from 255) = 50.9%

R = 21.56%
G = 27.54%
B = 50.9%

CMYK

 C value IS 0.58

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#485CAA (or 0x485CAA) is known color: Mariner. HEX triplet: 48, 5C and AA. RGB value is (72,92,170). Sum of RGB (Red+Green+Blue) = 72+92+170=334 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.56% from 334); Green value is 92 (36.33% from 255 or 27.54% from 334); Blue value is 170 (66.80% from 255 or 50.90% from 334); Max value from RGB is 170 - color contains mainly: blue. Hex color #485CAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485CAA is #B7A355. Grayscale: #5E5E5E. Windows color (decimal): -12034902 or 11164744. OLE color: 11164744.

HSL color Cylindrical-coordinate representation of color #485CAA: hue angle of 227.76º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #485CAA is Cyan = 0.58, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 72 92 170 -
CMYK 0.58 0.46 0 0.33
HSL 227.76º 0.4% 0.47% -
HSV(B) 227.76º 0.58% 0.67% -
XYZ 13.76 11.93 39.61 -
YUV 94.91 170.37 111.66 -
System Red Green Blue C M Y K H S L
Decimal 72 92 170 0.58 0.46 0 0.33 227.76 0.4 0.47
Hex 48 5C AA 3A 2E 0 21 E4 28 2F
Octal 110 134 252 72 56 0 41 344 50 57
Binary 1001000 1011100 10101010 111010 101110 0 100001 11100100 101000 101111

Color Harmonies of #485CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485CAA

Black with #485CAA

Text Example


Text Example

White with #485CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,92,170); }

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

background-color css

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

 a { background-color: rgb(72,92,170); }

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

border-color css

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

 span { border-color: rgb(72,92,170); }

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