Html Css Color HEX #4C6491 San Marino

📋 copy color: '#4C6491'

red 76 ◦ green 100 ◦ blue 145

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

Shades of San Marino #4C6491

Tints of San Marino #4C6491

RGB

 RED value IS 76 (30.08% from 255) = 23.68%

 GREEN value IS 100 (39.45% from 255) = 31.15%

 BLUE value IS 145 (57.03% from 255) = 45.17%

R = 23.68%
G = 31.15%
B = 45.17%

CMYK

 C value IS 0.48

 M value IS 0.31

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#4C6491 (or 0x4C6491) is known color: San Marino. HEX triplet: 4C, 64 and 91. RGB value is (76,100,145). Sum of RGB (Red+Green+Blue) = 76+100+145=321 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.68% from 321); Green value is 100 (39.45% from 255 or 31.15% from 321); Blue value is 145 (57.03% from 255 or 45.17% from 321); Max value from RGB is 145 - color contains mainly: blue. Hex color #4C6491 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C6491 is #B39B6E. Grayscale: #616161. Windows color (decimal): -11770735 or 9528396. OLE color: 9528396.

HSL color Cylindrical-coordinate representation of color #4C6491: hue angle of 219.13º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4C6491 is Cyan = 0.48, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 76 100 145 -
CMYK 0.48 0.31 0 0.43
HSL 219.13º 0.31% 0.43% -
HSV(B) 219.13º 0.48% 0.57% -
XYZ 12.65 12.7 28.57 -
YUV 97.95 154.55 112.34 -
System Red Green Blue C M Y K H S L
Decimal 76 100 145 0.48 0.31 0 0.43 219.13 0.31 0.43
Hex 4C 64 91 30 1F 0 2B DB 1F 2B
Octal 114 144 221 60 37 0 53 333 37 53
Binary 1001100 1100100 10010001 110000 11111 0 101011 11011011 11111 101011

Color Harmonies of #4C6491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C6491

Black with #4C6491

Text Example


Text Example

White with #4C6491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4C6491; }

 p { color: rgb(76,100,145); }

 H1.HeaderClassName
 {
   color: #4C6491;
 }
 .AnyTagClassName
 {
   color: #4C6491;
 }
</style>

background-color css

<style>
 a { background-color: #4C6491; }

 a { background-color: rgb(76,100,145); }

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

border-color css

<style>
 span { border-color: #4C6491; }

 span { border-color: rgb(76,100,145); }

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