Html Css Color HEX #48669C Mariner

📋 copy color: '#48669C'

red 72 ◦ green 102 ◦ blue 156

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

Shades of Mariner #48669C

Tints of Mariner #48669C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.91%

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

R = 21.82%
G = 30.91%
B = 47.27%

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

#48669C (or 0x48669C) is known color: Mariner. HEX triplet: 48, 66 and 9C. RGB value is (72,102,156). Sum of RGB (Red+Green+Blue) = 72+102+156=330 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.82% from 330); Green value is 102 (40.23% from 255 or 30.91% from 330); Blue value is 156 (61.33% from 255 or 47.27% from 330); Max value from RGB is 156 - color contains mainly: blue. Hex color #48669C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48669C is #B79963. Grayscale: #626262. Windows color (decimal): -12032356 or 10249800. OLE color: 10249800.

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

Color convert

RGB 72 102 156 -
CMYK 0.54 0.35 0 0.39
HSL 218.57º 0.37% 0.45% -
HSV(B) 218.57º 0.54% 0.61% -
XYZ 13.42 13.28 33.31 -
YUV 99.19 160.06 108.61 -
System Red Green Blue C M Y K H S L
Decimal 72 102 156 0.54 0.35 0 0.39 218.57 0.37 0.45
Hex 48 66 9C 36 23 0 27 DB 25 2D
Octal 110 146 234 66 43 0 47 333 45 55
Binary 1001000 1100110 10011100 110110 100011 0 100111 11011011 100101 101101

Color Harmonies of #48669C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48669C

Black with #48669C

Text Example


Text Example

White with #48669C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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