Html Css Color HEX #485D9B Mariner

📋 copy color: '#485D9B'

red 72 ◦ green 93 ◦ blue 155

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

Shades of Mariner #485D9B

Tints of Mariner #485D9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 48.44%

R = 22.5%
G = 29.06%
B = 48.44%

CMYK

 C value IS 0.54

 M value IS 0.4

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#485D9B (or 0x485D9B) is known color: Mariner. HEX triplet: 48, 5D and 9B. RGB value is (72,93,155). Sum of RGB (Red+Green+Blue) = 72+93+155=320 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.5% from 320); Green value is 93 (36.72% from 255 or 29.06% from 320); Blue value is 155 (60.94% from 255 or 48.44% from 320); Max value from RGB is 155 - color contains mainly: blue. Hex color #485D9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485D9B is #B7A264. Grayscale: #5D5D5D. Windows color (decimal): -12034661 or 10181960. OLE color: 10181960.

HSL color Cylindrical-coordinate representation of color #485D9B: hue angle of 224.82º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #485D9B is Cyan = 0.54, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 72 93 155 -
CMYK 0.54 0.4 0 0.39
HSL 224.82º 0.37% 0.45% -
HSV(B) 224.82º 0.54% 0.61% -
XYZ 12.5 11.57 32.59 -
YUV 93.79 162.54 112.46 -
System Red Green Blue C M Y K H S L
Decimal 72 93 155 0.54 0.4 0 0.39 224.82 0.37 0.45
Hex 48 5D 9B 36 28 0 27 E1 25 2D
Octal 110 135 233 66 50 0 47 341 45 55
Binary 1001000 1011101 10011011 110110 101000 0 100111 11100001 100101 101101

Color Harmonies of #485D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485D9B

Black with #485D9B

Text Example


Text Example

White with #485D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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