Html Css Color HEX #48689C San Marino

📋 copy color: '#48689C'

red 72 ◦ green 104 ◦ blue 156

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

Shades of San Marino #48689C

Tints of San Marino #48689C

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.33%

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

R = 21.69%
G = 31.33%
B = 46.99%

CMYK

 C value IS 0.54

 M value IS 0.33

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#48689C (or 0x48689C) is known color: San Marino. HEX triplet: 48, 68 and 9C. RGB value is (72,104,156). Sum of RGB (Red+Green+Blue) = 72+104+156=332 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.69% from 332); Green value is 104 (41.02% from 255 or 31.33% from 332); Blue value is 156 (61.33% from 255 or 46.99% from 332); Max value from RGB is 156 - color contains mainly: blue. Hex color #48689C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48689C is #B79763. Grayscale: #646464. Windows color (decimal): -12031844 or 10250312. OLE color: 10250312.

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

Color convert

RGB 72 104 156 -
CMYK 0.54 0.33 0 0.39
HSL 217.14º 0.37% 0.45% -
HSV(B) 217.14º 0.54% 0.61% -
XYZ 13.62 13.68 33.37 -
YUV 100.36 159.4 107.77 -
System Red Green Blue C M Y K H S L
Decimal 72 104 156 0.54 0.33 0 0.39 217.14 0.37 0.45
Hex 48 68 9C 36 21 0 27 D9 25 2D
Octal 110 150 234 66 41 0 47 331 45 55
Binary 1001000 1101000 10011100 110110 100001 0 100111 11011001 100101 101101

Color Harmonies of #48689C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48689C

Black with #48689C

Text Example


Text Example

White with #48689C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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