Html Css Color HEX #48649F Mariner

📋 copy color: '#48649F'

red 72 ◦ green 100 ◦ blue 159

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

Shades of Mariner #48649F

Tints of Mariner #48649F

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.21%

 BLUE value IS 159 (62.5% from 255) = 48.04%

R = 21.75%
G = 30.21%
B = 48.04%

CMYK

 C value IS 0.55

 M value IS 0.37

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#48649F (or 0x48649F) is known color: Mariner. HEX triplet: 48, 64 and 9F. RGB value is (72,100,159). Sum of RGB (Red+Green+Blue) = 72+100+159=331 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.75% from 331); Green value is 100 (39.45% from 255 or 30.21% from 331); Blue value is 159 (62.5% from 255 or 48.04% from 331); Max value from RGB is 159 - color contains mainly: blue. Hex color #48649F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48649F is #B79B60. Grayscale: #626262. Windows color (decimal): -12032865 or 10445896. OLE color: 10445896.

HSL color Cylindrical-coordinate representation of color #48649F: hue angle of 220.69º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #48649F is Cyan = 0.55, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 72 100 159 -
CMYK 0.55 0.37 0 0.38
HSL 220.69º 0.38% 0.45% -
HSV(B) 220.69º 0.55% 0.62% -
XYZ 13.49 13 34.6 -
YUV 98.35 162.22 109.2 -
System Red Green Blue C M Y K H S L
Decimal 72 100 159 0.55 0.37 0 0.38 220.69 0.38 0.45
Hex 48 64 9F 37 25 0 26 DD 26 2D
Octal 110 144 237 67 45 0 46 335 46 55
Binary 1001000 1100100 10011111 110111 100101 0 100110 11011101 100110 101101

Color Harmonies of #48649F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48649F

Black with #48649F

Text Example


Text Example

White with #48649F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48649F; }

 p { color: rgb(72,100,159); }

 H1.HeaderClassName
 {
   color: #48649F;
 }
 .AnyTagClassName
 {
   color: #48649F;
 }
</style>

background-color css

<style>
 a { background-color: #48649F; }

 a { background-color: rgb(72,100,159); }

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

border-color css

<style>
 span { border-color: #48649F; }

 span { border-color: rgb(72,100,159); }

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