Html Css Color HEX #48639C Mariner

📋 copy color: '#48639C'

red 72 ◦ green 99 ◦ blue 156

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

Shades of Mariner #48639C

Tints of Mariner #48639C

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.28%

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

R = 22.02%
G = 30.28%
B = 47.71%

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

#48639C (or 0x48639C) is known color: Mariner. HEX triplet: 48, 63 and 9C. RGB value is (72,99,156). Sum of RGB (Red+Green+Blue) = 72+99+156=327 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.02% from 327); Green value is 99 (39.06% from 255 or 30.28% from 327); Blue value is 156 (61.33% from 255 or 47.71% from 327); Max value from RGB is 156 - color contains mainly: blue. Hex color #48639C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48639C is #B79C63. Grayscale: #616161. Windows color (decimal): -12033124 or 10249032. OLE color: 10249032.

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

Color convert

RGB 72 99 156 -
CMYK 0.54 0.37 0 0.39
HSL 220.71º 0.37% 0.45% -
HSV(B) 220.71º 0.54% 0.61% -
XYZ 13.14 12.7 33.21 -
YUV 97.43 161.05 109.87 -
System Red Green Blue C M Y K H S L
Decimal 72 99 156 0.54 0.37 0 0.39 220.71 0.37 0.45
Hex 48 63 9C 36 25 0 27 DD 25 2D
Octal 110 143 234 66 45 0 47 335 45 55
Binary 1001000 1100011 10011100 110110 100101 0 100111 11011101 100101 101101

Color Harmonies of #48639C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48639C

Black with #48639C

Text Example


Text Example

White with #48639C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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