#4266bf

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

Shades of Free Speech Blue #4266BF

Tints of Free Speech Blue #4266BF

Color information

#4266BF (or 0x4266BF) is unknown color: approx Free Speech Blue. HEX triplet: 42, 66 and BF. RGB value is (66,102,191). Sum of RGB (Red+Green+Blue) = 66+102+191=359 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.38% from 359); Green value is 102 (40.23% from 255 or 28.41% from 359); Blue value is 191 (75% from 255 or 53.20% from 359); Max value from RGB is 191 - color contains mainly: blue. Hex color #4266BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4266BF is #BD9940. Grayscale: #646464. Windows color (decimal): -12425537 or 12543554. OLE color: 12543554.

HSL color Cylindrical-coordinate representation of color #4266BF: hue angle of 222.72º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4266BF is Cyan = 0.65, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB66102191-
CMYK0.650.4700.25
HSL222.72º49.41%50.39%-
HSV(B)222.72º65.45%74.9%-
XYZ16.414.4251.21-
YUV101.38178.57102.76-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.38%
GREEN value IS 102 (40.23% from 255) = 28.41%
BLUE value IS 191 (75% from 255) = 53.20%
R=18.38%
G=28.41%
B=53.20%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal661021910.650.4700.25222.7249.4150.39
Hex4266BF412F019df3132
Octal102146277101570313376162
Binary1000010110011010111111100000110111101100111011111110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4266bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4266bf; }

 p { color: rgb(66,102,191); }

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

<style>
 a { background-color: #4266bf; }

 a { background-color: rgb(66,102,191); }

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

<style>
 span { border-color: #4266bf; }

 span { border-color: rgb(66,102,191); }

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