Html Css Color HEX #48629B Mariner

📋 copy color: '#48629B'

red 72 ◦ green 98 ◦ blue 155

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

Shades of Mariner #48629B

Tints of Mariner #48629B

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.15%

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

R = 22.15%
G = 30.15%
B = 47.69%

CMYK

 C value IS 0.54

 M value IS 0.37

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#48629B (or 0x48629B) is known color: Mariner. HEX triplet: 48, 62 and 9B. RGB value is (72,98,155). Sum of RGB (Red+Green+Blue) = 72+98+155=325 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.15% from 325); Green value is 98 (38.67% from 255 or 30.15% from 325); Blue value is 155 (60.94% from 255 or 47.69% from 325); Max value from RGB is 155 - color contains mainly: blue. Hex color #48629B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48629B is #B79D64. Grayscale: #606060. Windows color (decimal): -12033381 or 10183240. OLE color: 10183240.

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

Color convert

RGB 72 98 155 -
CMYK 0.54 0.37 0 0.39
HSL 221.2º 0.37% 0.45% -
HSV(B) 221.2º 0.54% 0.61% -
XYZ 12.96 12.48 32.74 -
YUV 96.72 160.89 110.37 -
System Red Green Blue C M Y K H S L
Decimal 72 98 155 0.54 0.37 0 0.39 221.2 0.37 0.45
Hex 48 62 9B 36 25 0 27 DD 25 2D
Octal 110 142 233 66 45 0 47 335 45 55
Binary 1001000 1100010 10011011 110110 100101 0 100111 11011101 100101 101101

Color Harmonies of #48629B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48629B

Black with #48629B

Text Example


Text Example

White with #48629B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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