#4260BA

Color #4260BA Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #4260BA

Tints of Free Speech Blue #4260BA

Color information

#4260BA (or 0x4260BA) is unknown color: approx Free Speech Blue. HEX triplet: 42, 60 and BA. RGB value is (66,96,186). Sum of RGB (Red+Green+Blue) = 66+96+186=348 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.97% from 348); Green value is 96 (37.89% from 255 or 27.59% from 348); Blue value is 186 (73.05% from 255 or 53.45% from 348); Max value from RGB is 186 - color contains mainly: blue. Hex color #4260BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4260BA is #BD9F45. Grayscale: #606060. Windows color (decimal): -12427078 or 12214338. OLE color: 12214338.

HSL color Cylindrical-coordinate representation of color #4260BA: hue angle of 225º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4260BA is Cyan = 0.65, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB6696186-
CMYK0.650.4800.27
HSL225º47.62%49.41%-
HSV(B)225º64.52%72.94%-
XYZ15.2913.0748.17-
YUV97.29178.06105.68-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.97%
GREEN value IS 96 (37.89% from 255) = 27.59%
BLUE value IS 186 (73.05% from 255) = 53.45%
R=18.97%
G=27.59%
B=53.45%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal66961860.650.4800.2722547.6249.41
Hex4260BA413001Be13031
Octal102140272101600333416061
Binary1000010110000010111010100000111000001101111100001110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4260BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4260BA; }

 p { color: rgb(66,96,186); }

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

<style>
 a { background-color: #4260BA; }

 a { background-color: rgb(66,96,186); }

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

<style>
 span { border-color: #4260BA; }

 span { border-color: rgb(66,96,186); }

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