#4260B9

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

Shades of Free Speech Blue #4260B9

Tints of Free Speech Blue #4260B9

Color information

#4260B9 (or 0x4260B9) is unknown color: approx Free Speech Blue. HEX triplet: 42, 60 and B9. RGB value is (66,96,185). Sum of RGB (Red+Green+Blue) = 66+96+185=347 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.02% from 347); Green value is 96 (37.89% from 255 or 27.67% from 347); Blue value is 185 (72.66% from 255 or 53.31% from 347); Max value from RGB is 185 - color contains mainly: blue. Hex color #4260B9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4260B9 is #BD9F46. Grayscale: #606060. Windows color (decimal): -12427079 or 12148802. OLE color: 12148802.

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

Color convert

RGB6696185-
CMYK0.640.4800.27
HSL224.87º47.41%49.22%-
HSV(B)224.87º64.32%72.55%-
XYZ15.1913.0347.61-
YUV97.18177.56105.76-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.02%
GREEN value IS 96 (37.89% from 255) = 27.67%
BLUE value IS 185 (72.66% from 255) = 53.31%
R=19.02%
G=27.67%
B=53.31%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal66961850.640.4800.27224.8747.4149.22
Hex4260B9403001Be12f31
Octal102140271100600333415761
Binary1000010110000010111001100000011000001101111100001101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4260B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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