Html Css Color HEX #485E8D Mariner

📋 copy color: '#485E8D'

red 72 ◦ green 94 ◦ blue 141

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

Shades of Mariner #485E8D

Tints of Mariner #485E8D

RGB

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

 GREEN value IS 94 (37.11% from 255) = 30.62%

 BLUE value IS 141 (55.47% from 255) = 45.93%

R = 23.45%
G = 30.62%
B = 45.93%

CMYK

 C value IS 0.49

 M value IS 0.33

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#485E8D (or 0x485E8D) is known color: Mariner. HEX triplet: 48, 5E and 8D. RGB value is (72,94,141). Sum of RGB (Red+Green+Blue) = 72+94+141=307 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.45% from 307); Green value is 94 (37.11% from 255 or 30.62% from 307); Blue value is 141 (55.47% from 255 or 45.93% from 307); Max value from RGB is 141 - color contains mainly: blue. Hex color #485E8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485E8D is #B7A172. Grayscale: #5C5C5C. Windows color (decimal): -12034419 or 9264712. OLE color: 9264712.

HSL color Cylindrical-coordinate representation of color #485E8D: hue angle of 220.87º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #485E8D is Cyan = 0.49, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 72 94 141 -
CMYK 0.49 0.33 0 0.45
HSL 220.87º 0.32% 0.42% -
HSV(B) 220.87º 0.49% 0.55% -
XYZ 11.48 11.31 26.78 -
YUV 92.78 155.21 113.18 -
System Red Green Blue C M Y K H S L
Decimal 72 94 141 0.49 0.33 0 0.45 220.87 0.32 0.42
Hex 48 5E 8D 31 21 0 2D DD 20 2A
Octal 110 136 215 61 41 0 55 335 40 52
Binary 1001000 1011110 10001101 110001 100001 0 101101 11011101 100000 101010

Color Harmonies of #485E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485E8D

Black with #485E8D

Text Example


Text Example

White with #485E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,94,141); }

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

background-color css

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

 a { background-color: rgb(72,94,141); }

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

border-color css

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

 span { border-color: rgb(72,94,141); }

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