Html Css Color HEX #48629C Mariner

📋 copy color: '#48629C'

red 72 ◦ green 98 ◦ blue 156

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

Shades of Mariner #48629C

Tints of Mariner #48629C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 47.85%

R = 22.09%
G = 30.06%
B = 47.85%

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

#48629C (or 0x48629C) is known color: Mariner. HEX triplet: 48, 62 and 9C. RGB value is (72,98,156). Sum of RGB (Red+Green+Blue) = 72+98+156=326 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.09% from 326); Green value is 98 (38.67% from 255 or 30.06% from 326); Blue value is 156 (61.33% from 255 or 47.85% from 326); Max value from RGB is 156 - color contains mainly: blue. Hex color #48629C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48629C is #B79D63. Grayscale: #606060. Windows color (decimal): -12033380 or 10248776. OLE color: 10248776.

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

Color convert

RGB 72 98 156 -
CMYK 0.54 0.37 0 0.39
HSL 221.43º 0.37% 0.45% -
HSV(B) 221.43º 0.54% 0.61% -
XYZ 13.04 12.51 33.18 -
YUV 96.84 161.39 110.28 -
System Red Green Blue C M Y K H S L
Decimal 72 98 156 0.54 0.37 0 0.39 221.43 0.37 0.45
Hex 48 62 9C 36 25 0 27 DD 25 2D
Octal 110 142 234 66 45 0 47 335 45 55
Binary 1001000 1100010 10011100 110110 100101 0 100111 11011101 100101 101101

Color Harmonies of #48629C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48629C

Black with #48629C

Text Example


Text Example

White with #48629C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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