Html Css Color HEX #485F9B Mariner

📋 copy color: '#485F9B'

red 72 ◦ green 95 ◦ blue 155

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

Shades of Mariner #485F9B

Tints of Mariner #485F9B

RGB

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

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

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

R = 22.36%
G = 29.5%
B = 48.14%

CMYK

 C value IS 0.54

 M value IS 0.39

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#485F9B (or 0x485F9B) is known color: Mariner. HEX triplet: 48, 5F and 9B. RGB value is (72,95,155). Sum of RGB (Red+Green+Blue) = 72+95+155=322 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.36% from 322); Green value is 95 (37.5% from 255 or 29.50% from 322); Blue value is 155 (60.94% from 255 or 48.14% from 322); Max value from RGB is 155 - color contains mainly: blue. Hex color #485F9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485F9B is #B7A064. Grayscale: #5E5E5E. Windows color (decimal): -12034149 or 10182472. OLE color: 10182472.

HSL color Cylindrical-coordinate representation of color #485F9B: hue angle of 223.37º 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 #485F9B is Cyan = 0.54, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 72 95 155 -
CMYK 0.54 0.39 0 0.39
HSL 223.37º 0.37% 0.45% -
HSV(B) 223.37º 0.54% 0.61% -
XYZ 12.68 11.93 32.64 -
YUV 94.96 161.88 111.62 -
System Red Green Blue C M Y K H S L
Decimal 72 95 155 0.54 0.39 0 0.39 223.37 0.37 0.45
Hex 48 5F 9B 36 27 0 27 DF 25 2D
Octal 110 137 233 66 47 0 47 337 45 55
Binary 1001000 1011111 10011011 110110 100111 0 100111 11011111 100101 101101

Color Harmonies of #485F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485F9B

Black with #485F9B

Text Example


Text Example

White with #485F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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