Html Css Color HEX #485FAA Mariner

📋 copy color: '#485FAA'

red 72 ◦ green 95 ◦ blue 170

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

Shades of Mariner #485FAA

Tints of Mariner #485FAA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.19%

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

R = 21.36%
G = 28.19%
B = 50.45%

CMYK

 C value IS 0.58

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#485FAA (or 0x485FAA) is known color: Mariner. HEX triplet: 48, 5F and AA. RGB value is (72,95,170). Sum of RGB (Red+Green+Blue) = 72+95+170=337 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.36% from 337); Green value is 95 (37.5% from 255 or 28.19% from 337); Blue value is 170 (66.80% from 255 or 50.45% from 337); Max value from RGB is 170 - color contains mainly: blue. Hex color #485FAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485FAA is #B7A055. Grayscale: #606060. Windows color (decimal): -12034134 or 11165512. OLE color: 11165512.

HSL color Cylindrical-coordinate representation of color #485FAA: hue angle of 225.92º 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 #485FAA is Cyan = 0.58, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 72 95 170 -
CMYK 0.58 0.44 0 0.33
HSL 225.92º 0.4% 0.47% -
HSV(B) 225.92º 0.58% 0.67% -
XYZ 14.02 12.46 39.7 -
YUV 96.67 169.38 110.4 -
System Red Green Blue C M Y K H S L
Decimal 72 95 170 0.58 0.44 0 0.33 225.92 0.4 0.47
Hex 48 5F AA 3A 2C 0 21 E2 28 2F
Octal 110 137 252 72 54 0 41 342 50 57
Binary 1001000 1011111 10101010 111010 101100 0 100001 11100010 101000 101111

Color Harmonies of #485FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485FAA

Black with #485FAA

Text Example


Text Example

White with #485FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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