Html Css Color HEX #48608E Mariner

📋 copy color: '#48608E'

red 72 ◦ green 96 ◦ blue 142

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

Shades of Mariner #48608E

Tints of Mariner #48608E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.97%

 BLUE value IS 142 (55.86% from 255) = 45.81%

R = 23.23%
G = 30.97%
B = 45.81%

CMYK

 C value IS 0.49

 M value IS 0.32

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#48608E (or 0x48608E) is known color: Mariner. HEX triplet: 48, 60 and 8E. RGB value is (72,96,142). Sum of RGB (Red+Green+Blue) = 72+96+142=310 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.23% from 310); Green value is 96 (37.89% from 255 or 30.97% from 310); Blue value is 142 (55.86% from 255 or 45.81% from 310); Max value from RGB is 142 - color contains mainly: blue. Hex color #48608E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48608E is #B79F71. Grayscale: #5D5D5D. Windows color (decimal): -12033906 or 9330760. OLE color: 9330760.

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

Color convert

RGB 72 96 142 -
CMYK 0.49 0.32 0 0.44
HSL 219.43º 0.33% 0.42% -
HSV(B) 219.43º 0.49% 0.56% -
XYZ 11.74 11.7 27.23 -
YUV 94.07 155.05 112.26 -
System Red Green Blue C M Y K H S L
Decimal 72 96 142 0.49 0.32 0 0.44 219.43 0.33 0.42
Hex 48 60 8E 31 20 0 2C DB 21 2A
Octal 110 140 216 61 40 0 54 333 41 52
Binary 1001000 1100000 10001110 110001 100000 0 101100 11011011 100001 101010

Color Harmonies of #48608E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48608E

Black with #48608E

Text Example


Text Example

White with #48608E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48608E; }

 p { color: rgb(72,96,142); }

 H1.HeaderClassName
 {
   color: #48608E;
 }
 .AnyTagClassName
 {
   color: #48608E;
 }
</style>

background-color css

<style>
 a { background-color: #48608E; }

 a { background-color: rgb(72,96,142); }

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

border-color css

<style>
 span { border-color: #48608E; }

 span { border-color: rgb(72,96,142); }

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