Html Css Color HEX #4A78A0 San Marino

📋 copy color: '#4A78A0'

red 74 ◦ green 120 ◦ blue 160

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

Shades of San Marino #4A78A0

Tints of San Marino #4A78A0

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.9%

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

R = 20.9%
G = 33.9%
B = 45.2%

CMYK

 C value IS 0.54

 M value IS 0.25

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#4A78A0 (or 0x4A78A0) is known color: San Marino. HEX triplet: 4A, 78 and A0. RGB value is (74,120,160). Sum of RGB (Red+Green+Blue) = 74+120+160=354 (46% of max value = 765). Red value is 74 (29.30% from 255 or 20.90% from 354); Green value is 120 (47.27% from 255 or 33.90% from 354); Blue value is 160 (62.89% from 255 or 45.20% from 354); Max value from RGB is 160 - color contains mainly: blue. Hex color #4A78A0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A78A0 is #B5875F. Grayscale: #6E6E6E. Windows color (decimal): -11896672 or 10516554. OLE color: 10516554.

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

Color convert

RGB 74 120 160 -
CMYK 0.54 0.25 0 0.37
HSL 207.91º 0.37% 0.46% -
HSV(B) 207.91º 0.54% 0.63% -
XYZ 15.89 17.43 35.78 -
YUV 110.81 155.76 101.75 -
System Red Green Blue C M Y K H S L
Decimal 74 120 160 0.54 0.25 0 0.37 207.91 0.37 0.46
Hex 4A 78 A0 36 19 0 25 D0 25 2E
Octal 112 170 240 66 31 0 45 320 45 56
Binary 1001010 1111000 10100000 110110 11001 0 100101 11010000 100101 101110

Color Harmonies of #4A78A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A78A0

Black with #4A78A0

Text Example


Text Example

White with #4A78A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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