Html Css Color HEX #48659C Mariner

📋 copy color: '#48659C'

red 72 ◦ green 101 ◦ blue 156

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

Shades of Mariner #48659C

Tints of Mariner #48659C

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.7%

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

R = 21.88%
G = 30.7%
B = 47.42%

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

#48659C (or 0x48659C) is known color: Mariner. HEX triplet: 48, 65 and 9C. RGB value is (72,101,156). Sum of RGB (Red+Green+Blue) = 72+101+156=329 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.88% from 329); Green value is 101 (39.84% from 255 or 30.70% from 329); Blue value is 156 (61.33% from 255 or 47.42% from 329); Max value from RGB is 156 - color contains mainly: blue. Hex color #48659C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48659C is #B79A63. Grayscale: #626262. Windows color (decimal): -12032612 or 10249544. OLE color: 10249544.

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

Color convert

RGB 72 101 156 -
CMYK 0.54 0.35 0 0.39
HSL 219.29º 0.37% 0.45% -
HSV(B) 219.29º 0.54% 0.61% -
XYZ 13.33 13.09 33.28 -
YUV 98.6 160.39 109.03 -
System Red Green Blue C M Y K H S L
Decimal 72 101 156 0.54 0.35 0 0.39 219.29 0.37 0.45
Hex 48 65 9C 36 23 0 27 DB 25 2D
Octal 110 145 234 66 43 0 47 333 45 55
Binary 1001000 1100101 10011100 110110 100011 0 100111 11011011 100101 101101

Color Harmonies of #48659C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48659C

Black with #48659C

Text Example


Text Example

White with #48659C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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