Html Css Color HEX #4A709C San Marino

📋 copy color: '#4A709C'

red 74 ◦ green 112 ◦ blue 156

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

Shades of San Marino #4A709C

Tints of San Marino #4A709C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.75%

 BLUE value IS 156 (61.33% from 255) = 45.61%

R = 21.64%
G = 32.75%
B = 45.61%

CMYK

 C value IS 0.53

 M value IS 0.28

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#4A709C (or 0x4A709C) is known color: San Marino. HEX triplet: 4A, 70 and 9C. RGB value is (74,112,156). Sum of RGB (Red+Green+Blue) = 74+112+156=342 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.64% from 342); Green value is 112 (44.14% from 255 or 32.75% from 342); Blue value is 156 (61.33% from 255 or 45.61% from 342); Max value from RGB is 156 - color contains mainly: blue. Hex color #4A709C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A709C is #B58F63. Grayscale: #696969. Windows color (decimal): -11898724 or 10252362. OLE color: 10252362.

HSL color Cylindrical-coordinate representation of color #4A709C: hue angle of 212.2º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4A709C is Cyan = 0.53, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 74 112 156 -
CMYK 0.53 0.28 0 0.39
HSL 212.2º 0.36% 0.45% -
HSV(B) 212.2º 0.53% 0.61% -
XYZ 14.62 15.44 33.66 -
YUV 105.65 156.41 105.42 -
System Red Green Blue C M Y K H S L
Decimal 74 112 156 0.53 0.28 0 0.39 212.2 0.36 0.45
Hex 4A 70 9C 35 1C 0 27 D4 24 2D
Octal 112 160 234 65 34 0 47 324 44 55
Binary 1001010 1110000 10011100 110101 11100 0 100111 11010100 100100 101101

Color Harmonies of #4A709C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A709C

Black with #4A709C

Text Example


Text Example

White with #4A709C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,112,156); }

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

background-color css

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

 a { background-color: rgb(74,112,156); }

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

border-color css

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

 span { border-color: rgb(74,112,156); }

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