Html Css Color HEX #48679F Mariner

📋 copy color: '#48679F'

red 72 ◦ green 103 ◦ blue 159

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

Shades of Mariner #48679F

Tints of Mariner #48679F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 47.6%

R = 21.56%
G = 30.84%
B = 47.6%

CMYK

 C value IS 0.55

 M value IS 0.35

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#48679F (or 0x48679F) is known color: Mariner. HEX triplet: 48, 67 and 9F. RGB value is (72,103,159). Sum of RGB (Red+Green+Blue) = 72+103+159=334 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.56% from 334); Green value is 103 (40.62% from 255 or 30.84% from 334); Blue value is 159 (62.5% from 255 or 47.60% from 334); Max value from RGB is 159 - color contains mainly: blue. Hex color #48679F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48679F is #B79860. Grayscale: #636363. Windows color (decimal): -12032097 or 10446664. OLE color: 10446664.

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

Color convert

RGB 72 103 159 -
CMYK 0.55 0.35 0 0.38
HSL 218.62º 0.38% 0.45% -
HSV(B) 218.62º 0.55% 0.62% -
XYZ 13.78 13.58 34.7 -
YUV 100.12 161.23 107.95 -
System Red Green Blue C M Y K H S L
Decimal 72 103 159 0.55 0.35 0 0.38 218.62 0.38 0.45
Hex 48 67 9F 37 23 0 26 DB 26 2D
Octal 110 147 237 67 43 0 46 333 46 55
Binary 1001000 1100111 10011111 110111 100011 0 100110 11011011 100110 101101

Color Harmonies of #48679F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48679F

Black with #48679F

Text Example


Text Example

White with #48679F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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