Html Css Color HEX #485D93 Mariner

📋 copy color: '#485D93'

red 72 ◦ green 93 ◦ blue 147

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

Shades of Mariner #485D93

Tints of Mariner #485D93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 47.12%

R = 23.08%
G = 29.81%
B = 47.12%

CMYK

 C value IS 0.51

 M value IS 0.37

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#485D93 (or 0x485D93) is known color: Mariner. HEX triplet: 48, 5D and 93. RGB value is (72,93,147). Sum of RGB (Red+Green+Blue) = 72+93+147=312 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.08% from 312); Green value is 93 (36.72% from 255 or 29.81% from 312); Blue value is 147 (57.81% from 255 or 47.12% from 312); Max value from RGB is 147 - color contains mainly: blue. Hex color #485D93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485D93 is #B7A26C. Grayscale: #5C5C5C. Windows color (decimal): -12034669 or 9657672. OLE color: 9657672.

HSL color Cylindrical-coordinate representation of color #485D93: hue angle of 223.2º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #485D93 is Cyan = 0.51, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 72 93 147 -
CMYK 0.51 0.37 0 0.42
HSL 223.2º 0.34% 0.43% -
HSV(B) 223.2º 0.51% 0.58% -
XYZ 11.85 11.31 29.16 -
YUV 92.88 158.54 113.11 -
System Red Green Blue C M Y K H S L
Decimal 72 93 147 0.51 0.37 0 0.42 223.2 0.34 0.43
Hex 48 5D 93 33 25 0 2A DF 22 2B
Octal 110 135 223 63 45 0 52 337 42 53
Binary 1001000 1011101 10010011 110011 100101 0 101010 11011111 100010 101011

Color Harmonies of #485D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485D93

Black with #485D93

Text Example


Text Example

White with #485D93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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