Html Css Color HEX #4A6699 San Marino

📋 copy color: '#4A6699'

red 74 ◦ green 102 ◦ blue 153

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

Shades of San Marino #4A6699

Tints of San Marino #4A6699

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31%

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

R = 22.49%
G = 31%
B = 46.5%

CMYK

 C value IS 0.52

 M value IS 0.33

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#4A6699 (or 0x4A6699) is known color: San Marino. HEX triplet: 4A, 66 and 99. RGB value is (74,102,153). Sum of RGB (Red+Green+Blue) = 74+102+153=329 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.49% from 329); Green value is 102 (40.23% from 255 or 31.00% 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 #4A6699 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A6699 is #B59966. Grayscale: #636363. Windows color (decimal): -11901287 or 10053194. OLE color: 10053194.

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

Color convert

RGB 74 102 153 -
CMYK 0.52 0.33 0 0.4
HSL 218.73º 0.35% 0.45% -
HSV(B) 218.73º 0.52% 0.6% -
XYZ 13.33 13.26 31.99 -
YUV 99.44 158.22 109.85 -
System Red Green Blue C M Y K H S L
Decimal 74 102 153 0.52 0.33 0 0.4 218.73 0.35 0.45
Hex 4A 66 99 34 21 0 28 DB 23 2D
Octal 112 146 231 64 41 0 50 333 43 55
Binary 1001010 1100110 10011001 110100 100001 0 101000 11011011 100011 101101

Color Harmonies of #4A6699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A6699

Black with #4A6699

Text Example


Text Example

White with #4A6699

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,102,153); }

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

background-color css

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

 a { background-color: rgb(74,102,153); }

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

border-color css

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

 span { border-color: rgb(74,102,153); }

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