Html Css Color HEX #48619C Mariner

📋 copy color: '#48619C'

red 72 ◦ green 97 ◦ blue 156

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

Shades of Mariner #48619C

Tints of Mariner #48619C

RGB

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

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

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

R = 22.15%
G = 29.85%
B = 48%

CMYK

 C value IS 0.54

 M value IS 0.38

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#48619C (or 0x48619C) is known color: Mariner. HEX triplet: 48, 61 and 9C. RGB value is (72,97,156). Sum of RGB (Red+Green+Blue) = 72+97+156=325 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.15% from 325); Green value is 97 (38.28% from 255 or 29.85% from 325); Blue value is 156 (61.33% from 255 or 48% from 325); Max value from RGB is 156 - color contains mainly: blue. Hex color #48619C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48619C is #B79E63. Grayscale: #5F5F5F. Windows color (decimal): -12033636 or 10248520. OLE color: 10248520.

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

Color convert

RGB 72 97 156 -
CMYK 0.54 0.38 0 0.39
HSL 222.14º 0.37% 0.45% -
HSV(B) 222.14º 0.54% 0.61% -
XYZ 12.95 12.33 33.15 -
YUV 96.25 161.72 110.7 -
System Red Green Blue C M Y K H S L
Decimal 72 97 156 0.54 0.38 0 0.39 222.14 0.37 0.45
Hex 48 61 9C 36 26 0 27 DE 25 2D
Octal 110 141 234 66 46 0 47 336 45 55
Binary 1001000 1100001 10011100 110110 100110 0 100111 11011110 100101 101101

Color Harmonies of #48619C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48619C

Black with #48619C

Text Example


Text Example

White with #48619C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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