Html Css Color HEX #48649B Mariner

📋 copy color: '#48649B'

red 72 ◦ green 100 ◦ blue 155

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

Shades of Mariner #48649B

Tints of Mariner #48649B

RGB

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

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

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

R = 22.02%
G = 30.58%
B = 47.4%

CMYK

 C value IS 0.54

 M value IS 0.35

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#48649B (or 0x48649B) is known color: Mariner. HEX triplet: 48, 64 and 9B. RGB value is (72,100,155). Sum of RGB (Red+Green+Blue) = 72+100+155=327 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.02% from 327); Green value is 100 (39.45% from 255 or 30.58% from 327); Blue value is 155 (60.94% from 255 or 47.40% from 327); Max value from RGB is 155 - color contains mainly: blue. Hex color #48649B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48649B is #B79B64. Grayscale: #616161. Windows color (decimal): -12032869 or 10183752. OLE color: 10183752.

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

Color convert

RGB 72 100 155 -
CMYK 0.54 0.35 0 0.39
HSL 219.76º 0.37% 0.45% -
HSV(B) 219.76º 0.54% 0.61% -
XYZ 13.15 12.86 32.8 -
YUV 97.9 160.22 109.53 -
System Red Green Blue C M Y K H S L
Decimal 72 100 155 0.54 0.35 0 0.39 219.76 0.37 0.45
Hex 48 64 9B 36 23 0 27 DC 25 2D
Octal 110 144 233 66 43 0 47 334 45 55
Binary 1001000 1100100 10011011 110110 100011 0 100111 11011100 100101 101101

Color Harmonies of #48649B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48649B

Black with #48649B

Text Example


Text Example

White with #48649B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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