Html Css Color HEX #4A729B San Marino

📋 copy color: '#4A729B'

red 74 ◦ green 114 ◦ blue 155

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

Shades of San Marino #4A729B

Tints of San Marino #4A729B

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.24%

 BLUE value IS 155 (60.94% from 255) = 45.19%

R = 21.57%
G = 33.24%
B = 45.19%

CMYK

 C value IS 0.52

 M value IS 0.26

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#4A729B (or 0x4A729B) is known color: San Marino. HEX triplet: 4A, 72 and 9B. RGB value is (74,114,155). Sum of RGB (Red+Green+Blue) = 74+114+155=343 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.57% from 343); Green value is 114 (44.92% from 255 or 33.24% from 343); Blue value is 155 (60.94% from 255 or 45.19% from 343); Max value from RGB is 155 - color contains mainly: blue. Hex color #4A729B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A729B is #B58D64. Grayscale: #6A6A6A. Windows color (decimal): -11898213 or 10187338. OLE color: 10187338.

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

Color convert

RGB 74 114 155 -
CMYK 0.52 0.26 0 0.39
HSL 210.37º 0.35% 0.45% -
HSV(B) 210.37º 0.52% 0.61% -
XYZ 14.76 15.86 33.29 -
YUV 106.71 155.25 104.67 -
System Red Green Blue C M Y K H S L
Decimal 74 114 155 0.52 0.26 0 0.39 210.37 0.35 0.45
Hex 4A 72 9B 34 1A 0 27 D2 23 2D
Octal 112 162 233 64 32 0 47 322 43 55
Binary 1001010 1110010 10011011 110100 11010 0 100111 11010010 100011 101101

Color Harmonies of #4A729B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A729B

Black with #4A729B

Text Example


Text Example

White with #4A729B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,114,155); }

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

background-color css

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

 a { background-color: rgb(74,114,155); }

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

border-color css

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

 span { border-color: rgb(74,114,155); }

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