#4272A7

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

Shades of San Marino #4272A7

Tints of San Marino #4272A7

Color information

#4272A7 (or 0x4272A7) is unknown color: approx San Marino. HEX triplet: 42, 72 and A7. RGB value is (66,114,167). Sum of RGB (Red+Green+Blue) = 66+114+167=347 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.02% from 347); Green value is 114 (44.92% from 255 or 32.85% from 347); Blue value is 167 (65.62% from 255 or 48.13% from 347); Max value from RGB is 167 - color contains mainly: blue. Hex color #4272A7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4272A7 is #BD8D58. Grayscale: #696969. Windows color (decimal): -12422489 or 10973762. OLE color: 10973762.

HSL color Cylindrical-coordinate representation of color #4272A7: hue angle of 211.49º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4272A7 is Cyan = 0.60, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB66114167-
CMYK0.600.3200.35
HSL211.49º43.35%45.69%-
HSV(B)211.49º60.48%65.49%-
XYZ15.2415.9838.84-
YUV105.69162.699.69-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.02%
GREEN value IS 114 (44.92% from 255) = 32.85%
BLUE value IS 167 (65.62% from 255) = 48.13%
R=19.02%
G=32.85%
B=48.13%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal661141670.600.3200.35211.4943.3545.69
Hex4272A73C20023d32b2e
Octal10216224774400433235356
Binary1000010111001010100111111100100000010001111010011101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4272A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4272A7; }

 p { color: rgb(66,114,167); }

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

<style>
 a { background-color: #4272A7; }

 a { background-color: rgb(66,114,167); }

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

<style>
 span { border-color: #4272A7; }

 span { border-color: rgb(66,114,167); }

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