Html Css Color HEX #48679D Mariner

📋 copy color: '#48679D'

red 72 ◦ green 103 ◦ blue 157

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

Shades of Mariner #48679D

Tints of Mariner #48679D

RGB

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

 GREEN value IS 103 (40.63% from 255) = 31.02%

 BLUE value IS 157 (61.72% from 255) = 47.29%

R = 21.69%
G = 31.02%
B = 47.29%

CMYK

 C value IS 0.54

 M value IS 0.34

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#48679D (or 0x48679D) is known color: Mariner. HEX triplet: 48, 67 and 9D. RGB value is (72,103,157). Sum of RGB (Red+Green+Blue) = 72+103+157=332 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.69% from 332); Green value is 103 (40.62% from 255 or 31.02% from 332); Blue value is 157 (61.72% from 255 or 47.29% from 332); Max value from RGB is 157 - color contains mainly: blue. Hex color #48679D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48679D is #B79862. Grayscale: #636363. Windows color (decimal): -12032099 or 10315592. OLE color: 10315592.

HSL color Cylindrical-coordinate representation of color #48679D: hue angle of 218.12º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #48679D is Cyan = 0.54, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 72 103 157 -
CMYK 0.54 0.34 0 0.38
HSL 218.12º 0.37% 0.45% -
HSV(B) 218.12º 0.54% 0.62% -
XYZ 13.61 13.51 33.79 -
YUV 99.89 160.23 108.11 -
System Red Green Blue C M Y K H S L
Decimal 72 103 157 0.54 0.34 0 0.38 218.12 0.37 0.45
Hex 48 67 9D 36 22 0 26 DA 25 2D
Octal 110 147 235 66 42 0 46 332 45 55
Binary 1001000 1100111 10011101 110110 100010 0 100110 11011010 100101 101101

Color Harmonies of #48679D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48679D

Black with #48679D

Text Example


Text Example

White with #48679D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48679D; }

 p { color: rgb(72,103,157); }

 H1.HeaderClassName
 {
   color: #48679D;
 }
 .AnyTagClassName
 {
   color: #48679D;
 }
</style>

background-color css

<style>
 a { background-color: #48679D; }

 a { background-color: rgb(72,103,157); }

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

border-color css

<style>
 span { border-color: #48679D; }

 span { border-color: rgb(72,103,157); }

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