Html Css Color HEX #4A7399 San Marino

📋 copy color: '#4A7399'

red 74 ◦ green 115 ◦ blue 153

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

Shades of San Marino #4A7399

Tints of San Marino #4A7399

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.63%

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

R = 21.64%
G = 33.63%
B = 44.74%

CMYK

 C value IS 0.52

 M value IS 0.25

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#4A7399 (or 0x4A7399) is known color: San Marino. HEX triplet: 4A, 73 and 99. RGB value is (74,115,153). Sum of RGB (Red+Green+Blue) = 74+115+153=342 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.64% from 342); Green value is 115 (45.31% from 255 or 33.63% from 342); Blue value is 153 (60.16% from 255 or 44.74% from 342); Max value from RGB is 153 - color contains mainly: blue. Hex color #4A7399 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A7399 is #B58C66. Grayscale: #6A6A6A. Windows color (decimal): -11897959 or 10056522. OLE color: 10056522.

HSL color Cylindrical-coordinate representation of color #4A7399: hue angle of 208.86º 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 #4A7399 is Cyan = 0.52, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 74 115 153 -
CMYK 0.52 0.25 0 0.4
HSL 208.86º 0.35% 0.45% -
HSV(B) 208.86º 0.52% 0.6% -
XYZ 14.7 16.02 32.45 -
YUV 107.07 153.92 104.41 -
System Red Green Blue C M Y K H S L
Decimal 74 115 153 0.52 0.25 0 0.4 208.86 0.35 0.45
Hex 4A 73 99 34 19 0 28 D1 23 2D
Octal 112 163 231 64 31 0 50 321 43 55
Binary 1001010 1110011 10011001 110100 11001 0 101000 11010001 100011 101101

Color Harmonies of #4A7399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A7399

Black with #4A7399

Text Example


Text Example

White with #4A7399

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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