#4B6DAE

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

Shades of San Marino #4B6DAE

Tints of San Marino #4B6DAE

Color information

#4B6DAE (or 0x4B6DAE) is unknown color: approx San Marino. HEX triplet: 4B, 6D and AE. RGB value is (75,109,174). Sum of RGB (Red+Green+Blue) = 75+109+174=358 (47% of max value = 765). Red value is 75 (29.69% from 255 or 20.95% from 358); Green value is 109 (42.97% from 255 or 30.45% from 358); Blue value is 174 (68.36% from 255 or 48.60% from 358); Max value from RGB is 174 - color contains mainly: blue. Hex color #4B6DAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B6DAE is #B49251. Grayscale: #696969. Windows color (decimal): -11833938 or 11431243. OLE color: 11431243.

HSL color Cylindrical-coordinate representation of color #4B6DAE: hue angle of 219.39º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4B6DAE is Cyan = 0.57, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB75109174-
CMYK0.570.3700.32
HSL219.39º39.76%48.82%-
HSV(B)219.39º56.9%68.24%-
XYZ16.0115.4942.19-
YUV106.24166.24105.71-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.95%
GREEN value IS 109 (42.97% from 255) = 30.45%
BLUE value IS 174 (68.36% from 255) = 48.60%
R=20.95%
G=30.45%
B=48.60%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal751091740.570.3700.32219.3939.7648.82
Hex4B6DAE3925020db2831
Octal11315525671450403335061
Binary1001011110110110101110111001100101010000011011011101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B6DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,109,174); }

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

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

 a { background-color: rgb(75,109,174); }

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

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

 span { border-color: rgb(75,109,174); }

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