Html Css Color HEX #4A759B San Marino

📋 copy color: '#4A759B'

red 74 ◦ green 117 ◦ blue 155

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

Shades of San Marino #4A759B

Tints of San Marino #4A759B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.82%

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

R = 21.39%
G = 33.82%
B = 44.8%

CMYK

 C value IS 0.52

 M value IS 0.25

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#4A759B (or 0x4A759B) is known color: San Marino. HEX triplet: 4A, 75 and 9B. RGB value is (74,117,155). Sum of RGB (Red+Green+Blue) = 74+117+155=346 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.39% from 346); Green value is 117 (46.09% from 255 or 33.82% from 346); Blue value is 155 (60.94% from 255 or 44.80% from 346); Max value from RGB is 155 - color contains mainly: blue. Hex color #4A759B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A759B is #B58A64. Grayscale: #6C6C6C. Windows color (decimal): -11897445 or 10188106. OLE color: 10188106.

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

Color convert

RGB 74 117 155 -
CMYK 0.52 0.25 0 0.39
HSL 208.15º 0.35% 0.45% -
HSV(B) 208.15º 0.52% 0.61% -
XYZ 15.1 16.54 33.41 -
YUV 108.48 154.25 103.41 -
System Red Green Blue C M Y K H S L
Decimal 74 117 155 0.52 0.25 0 0.39 208.15 0.35 0.45
Hex 4A 75 9B 34 19 0 27 D0 23 2D
Octal 112 165 233 64 31 0 47 320 43 55
Binary 1001010 1110101 10011011 110100 11001 0 100111 11010000 100011 101101

Color Harmonies of #4A759B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A759B

Black with #4A759B

Text Example


Text Example

White with #4A759B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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