#4B74AB

Color #4B74AB San Marino (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Marino #4B74AB

Tints of San Marino #4B74AB

Color information

#4B74AB (or 0x4B74AB) is unknown color: approx San Marino. HEX triplet: 4B, 74 and AB. RGB value is (75,116,171). Sum of RGB (Red+Green+Blue) = 75+116+171=362 (47% of max value = 765). Red value is 75 (29.69% from 255 or 20.72% from 362); Green value is 116 (45.70% from 255 or 32.04% from 362); Blue value is 171 (67.19% from 255 or 47.24% from 362); Max value from RGB is 171 - color contains mainly: blue. Hex color #4B74AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B74AB is #B48B54. Grayscale: #6D6D6D. Windows color (decimal): -11832149 or 11236427. OLE color: 11236427.

HSL color Cylindrical-coordinate representation of color #4B74AB: hue angle of 214.38º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4B74AB is Cyan = 0.56, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB75116171-
CMYK0.560.3200.33
HSL214.38º39.02%48.24%-
HSV(B)214.38º56.14%67.06%-
XYZ16.516.9340.93-
YUV110.01162.42103.03-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.72%
GREEN value IS 116 (45.70% from 255) = 32.04%
BLUE value IS 171 (67.19% from 255) = 47.24%
R=20.72%
G=32.04%
B=47.24%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal751161710.560.3200.33214.3839.0248.24
Hex4B74AB3820021d62730
Octal11316425370400413264760
Binary1001011111010010101011111000100000010000111010110100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B74AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,116,171); }

 H1.HeaderClassName
 {
   color: #4B74AB;
 }
 .AnyTagClassName
 {
   color: #4B74AB;
 }
</style>
background-color css

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

 a { background-color: rgb(75,116,171); }

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

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

 span { border-color: rgb(75,116,171); }

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