#4264BB

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

Shades of Free Speech Blue #4264BB

Tints of Free Speech Blue #4264BB

Color information

#4264BB (or 0x4264BB) is unknown color: approx Free Speech Blue. HEX triplet: 42, 64 and BB. RGB value is (66,100,187). Sum of RGB (Red+Green+Blue) = 66+100+187=353 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.70% from 353); Green value is 100 (39.45% from 255 or 28.33% from 353); Blue value is 187 (73.44% from 255 or 52.97% from 353); Max value from RGB is 187 - color contains mainly: blue. Hex color #4264BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4264BB is #BD9B44. Grayscale: #636363. Windows color (decimal): -12426053 or 12280898. OLE color: 12280898.

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

Color convert

RGB66100187-
CMYK0.650.4700.27
HSL223.14º47.83%49.61%-
HSV(B)223.14º64.71%73.33%-
XYZ15.7713.8648.86-
YUV99.75177.24103.93-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.70%
GREEN value IS 100 (39.45% from 255) = 28.33%
BLUE value IS 187 (73.44% from 255) = 52.97%
R=18.70%
G=28.33%
B=52.97%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal661001870.650.4700.27223.1447.8349.61
Hex4264BB412F01Bdf3032
Octal102144273101570333376062
Binary1000010110010010111011100000110111101101111011111110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4264BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4264BB; }

 p { color: rgb(66,100,187); }

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

<style>
 a { background-color: #4264BB; }

 a { background-color: rgb(66,100,187); }

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

<style>
 span { border-color: #4264BB; }

 span { border-color: rgb(66,100,187); }

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