Html Css Color HEX #4C6499 San Marino

📋 copy color: '#4C6499'

red 76 ◦ green 100 ◦ blue 153

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

Shades of San Marino #4C6499

Tints of San Marino #4C6499

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 46.5%

R = 23.1%
G = 30.4%
B = 46.5%

CMYK

 C value IS 0.50

 M value IS 0.35

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#4C6499 (or 0x4C6499) is known color: San Marino. HEX triplet: 4C, 64 and 99. RGB value is (76,100,153). Sum of RGB (Red+Green+Blue) = 76+100+153=329 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.10% from 329); Green value is 100 (39.45% from 255 or 30.40% from 329); Blue value is 153 (60.16% from 255 or 46.50% from 329); Max value from RGB is 153 - color contains mainly: blue. Hex color #4C6499 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C6499 is #B39B66. Grayscale: #626262. Windows color (decimal): -11770727 or 10052684. OLE color: 10052684.

HSL color Cylindrical-coordinate representation of color #4C6499: hue angle of 221.3º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4C6499 is Cyan = 0.50, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 76 100 153 -
CMYK 0.50 0.35 0 0.4
HSL 221.3º 0.34% 0.45% -
HSV(B) 221.3º 0.5% 0.6% -
XYZ 13.29 12.95 31.94 -
YUV 98.87 158.55 111.69 -
System Red Green Blue C M Y K H S L
Decimal 76 100 153 0.50 0.35 0 0.4 221.3 0.34 0.45
Hex 4C 64 99 32 23 0 28 DD 22 2D
Octal 114 144 231 62 43 0 50 335 42 55
Binary 1001100 1100100 10011001 110010 100011 0 101000 11011101 100010 101101

Color Harmonies of #4C6499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C6499

Black with #4C6499

Text Example


Text Example

White with #4C6499

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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