Html Css Color HEX #48619A Mariner

📋 copy color: '#48619A'

red 72 ◦ green 97 ◦ blue 154

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

Shades of Mariner #48619A

Tints of Mariner #48619A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.03%

 BLUE value IS 154 (60.55% from 255) = 47.68%

R = 22.29%
G = 30.03%
B = 47.68%

CMYK

 C value IS 0.53

 M value IS 0.37

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#48619A (or 0x48619A) is known color: Mariner. HEX triplet: 48, 61 and 9A. RGB value is (72,97,154). Sum of RGB (Red+Green+Blue) = 72+97+154=323 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.29% from 323); Green value is 97 (38.28% from 255 or 30.03% from 323); Blue value is 154 (60.55% from 255 or 47.68% from 323); Max value from RGB is 154 - color contains mainly: blue. Hex color #48619A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48619A is #B79E65. Grayscale: #5F5F5F. Windows color (decimal): -12033638 or 10117448. OLE color: 10117448.

HSL color Cylindrical-coordinate representation of color #48619A: hue angle of 221.71º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #48619A is Cyan = 0.53, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 72 97 154 -
CMYK 0.53 0.37 0 0.40
HSL 221.71º 0.36% 0.44% -
HSV(B) 221.71º 0.53% 0.6% -
XYZ 12.78 12.26 32.26 -
YUV 96.02 160.72 110.87 -
System Red Green Blue C M Y K H S L
Decimal 72 97 154 0.53 0.37 0 0.40 221.71 0.36 0.44
Hex 48 61 9A 35 25 0 28 DE 24 2C
Octal 110 141 232 65 45 0 50 336 44 54
Binary 1001000 1100001 10011010 110101 100101 0 101000 11011110 100100 101100

Color Harmonies of #48619A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48619A

Black with #48619A

Text Example


Text Example

White with #48619A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48619A; }

 p { color: rgb(72,97,154); }

 H1.HeaderClassName
 {
   color: #48619A;
 }
 .AnyTagClassName
 {
   color: #48619A;
 }
</style>

background-color css

<style>
 a { background-color: #48619A; }

 a { background-color: rgb(72,97,154); }

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

border-color css

<style>
 span { border-color: #48619A; }

 span { border-color: rgb(72,97,154); }

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