Html Css Color HEX #4A74A0 San Marino

📋 copy color: '#4A74A0'

red 74 ◦ green 116 ◦ blue 160

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

Shades of San Marino #4A74A0

Tints of San Marino #4A74A0

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.14%

 BLUE value IS 160 (62.89% from 255) = 45.71%

R = 21.14%
G = 33.14%
B = 45.71%

CMYK

 C value IS 0.54

 M value IS 0.28

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#4A74A0 (or 0x4A74A0) is known color: San Marino. HEX triplet: 4A, 74 and A0. RGB value is (74,116,160). Sum of RGB (Red+Green+Blue) = 74+116+160=350 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.14% from 350); Green value is 116 (45.70% from 255 or 33.14% from 350); Blue value is 160 (62.89% from 255 or 45.71% from 350); Max value from RGB is 160 - color contains mainly: blue. Hex color #4A74A0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A74A0 is #B58B5F. Grayscale: #6C6C6C. Windows color (decimal): -11897696 or 10515530. OLE color: 10515530.

HSL color Cylindrical-coordinate representation of color #4A74A0: hue angle of 210.7º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4A74A0 is Cyan = 0.54, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 74 116 160 -
CMYK 0.54 0.28 0 0.37
HSL 210.7º 0.37% 0.46% -
HSV(B) 210.7º 0.54% 0.63% -
XYZ 15.41 16.48 35.63 -
YUV 108.46 157.09 103.42 -
System Red Green Blue C M Y K H S L
Decimal 74 116 160 0.54 0.28 0 0.37 210.7 0.37 0.46
Hex 4A 74 A0 36 1C 0 25 D3 25 2E
Octal 112 164 240 66 34 0 45 323 45 56
Binary 1001010 1110100 10100000 110110 11100 0 100101 11010011 100101 101110

Color Harmonies of #4A74A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A74A0

Black with #4A74A0

Text Example


Text Example

White with #4A74A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,116,160); }

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

background-color css

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

 a { background-color: rgb(74,116,160); }

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

border-color css

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

 span { border-color: rgb(74,116,160); }

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