Html Css Color HEX #4C6498 San Marino

📋 copy color: '#4C6498'

red 76 ◦ green 100 ◦ blue 152

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

Shades of San Marino #4C6498

Tints of San Marino #4C6498

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 46.34%

R = 23.17%
G = 30.49%
B = 46.34%

CMYK

 C value IS 0.50

 M value IS 0.34

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#4C6498 (or 0x4C6498) is known color: San Marino. HEX triplet: 4C, 64 and 98. RGB value is (76,100,152). Sum of RGB (Red+Green+Blue) = 76+100+152=328 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.17% from 328); Green value is 100 (39.45% from 255 or 30.49% from 328); Blue value is 152 (59.77% from 255 or 46.34% from 328); Max value from RGB is 152 - color contains mainly: blue. Hex color #4C6498 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C6498 is #B39B67. Grayscale: #626262. Windows color (decimal): -11770728 or 9987148. OLE color: 9987148.

HSL color Cylindrical-coordinate representation of color #4C6498: hue angle of 221.05º degrees, saturation: 0.33, 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 #4C6498 is Cyan = 0.50, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 76 100 152 -
CMYK 0.50 0.34 0 0.40
HSL 221.05º 0.33% 0.45% -
HSV(B) 221.05º 0.5% 0.6% -
XYZ 13.21 12.92 31.5 -
YUV 98.75 158.05 111.77 -
System Red Green Blue C M Y K H S L
Decimal 76 100 152 0.50 0.34 0 0.40 221.05 0.33 0.45
Hex 4C 64 98 32 22 0 28 DD 21 2D
Octal 114 144 230 62 42 0 50 335 41 55
Binary 1001100 1100100 10011000 110010 100010 0 101000 11011101 100001 101101

Color Harmonies of #4C6498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C6498

Black with #4C6498

Text Example


Text Example

White with #4C6498

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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