#4266BC

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

Shades of Free Speech Blue #4266BC

Tints of Free Speech Blue #4266BC

Color information

#4266BC (or 0x4266BC) is unknown color: approx Free Speech Blue. HEX triplet: 42, 66 and BC. RGB value is (66,102,188). Sum of RGB (Red+Green+Blue) = 66+102+188=356 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.54% from 356); Green value is 102 (40.23% from 255 or 28.65% from 356); Blue value is 188 (73.83% from 255 or 52.81% from 356); Max value from RGB is 188 - color contains mainly: blue. Hex color #4266BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4266BC is #BD9943. Grayscale: #646464. Windows color (decimal): -12425540 or 12346946. OLE color: 12346946.

HSL color Cylindrical-coordinate representation of color #4266BC: hue angle of 222.3º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4266BC is Cyan = 0.65, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB66102188-
CMYK0.650.4600.26
HSL222.3º48.03%49.8%-
HSV(B)222.3º64.89%73.73%-
XYZ16.0814.2949.49-
YUV101.04177.07103.01-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.54%
GREEN value IS 102 (40.23% from 255) = 28.65%
BLUE value IS 188 (73.83% from 255) = 52.81%
R=18.54%
G=28.65%
B=52.81%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal661021880.650.4600.26222.348.0349.8
Hex4266BC412E01Ade3032
Octal102146274101560323366062
Binary1000010110011010111100100000110111001101011011110110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4266BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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