Html Css Color HEX #4A6496 San Marino

📋 copy color: '#4A6496'

red 74 ◦ green 100 ◦ blue 150

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

Shades of San Marino #4A6496

Tints of San Marino #4A6496

RGB

 RED value IS 74 (29.3% from 255) = 22.84%

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

 BLUE value IS 150 (58.98% from 255) = 46.3%

R = 22.84%
G = 30.86%
B = 46.3%

CMYK

 C value IS 0.51

 M value IS 0.33

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#4A6496 (or 0x4A6496) is known color: San Marino. HEX triplet: 4A, 64 and 96. RGB value is (74,100,150). Sum of RGB (Red+Green+Blue) = 74+100+150=324 (42% of max value = 765). Red value is 74 (29.30% from 255 or 22.84% from 324); Green value is 100 (39.45% from 255 or 30.86% from 324); Blue value is 150 (58.98% from 255 or 46.30% from 324); Max value from RGB is 150 - color contains mainly: blue. Hex color #4A6496 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A6496 is #B59B69. Grayscale: #616161. Windows color (decimal): -11901802 or 9856074. OLE color: 9856074.

HSL color Cylindrical-coordinate representation of color #4A6496: hue angle of 219.47º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4A6496 is Cyan = 0.51, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 74 100 150 -
CMYK 0.51 0.33 0 0.41
HSL 219.47º 0.34% 0.44% -
HSV(B) 219.47º 0.51% 0.59% -
XYZ 12.89 12.77 30.64 -
YUV 97.93 157.39 110.93 -
System Red Green Blue C M Y K H S L
Decimal 74 100 150 0.51 0.33 0 0.41 219.47 0.34 0.44
Hex 4A 64 96 33 21 0 29 DB 22 2C
Octal 112 144 226 63 41 0 51 333 42 54
Binary 1001010 1100100 10010110 110011 100001 0 101001 11011011 100010 101100

Color Harmonies of #4A6496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A6496

Black with #4A6496

Text Example


Text Example

White with #4A6496

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,100,150); }

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

background-color css

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

 a { background-color: rgb(74,100,150); }

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

border-color css

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

 span { border-color: rgb(74,100,150); }

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