#4265BC

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

Shades of Free Speech Blue #4265BC

Tints of Free Speech Blue #4265BC

Color information

#4265BC (or 0x4265BC) is unknown color: approx Free Speech Blue. HEX triplet: 42, 65 and BC. RGB value is (66,101,188). Sum of RGB (Red+Green+Blue) = 66+101+188=355 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.59% from 355); Green value is 101 (39.84% from 255 or 28.45% from 355); Blue value is 188 (73.83% from 255 or 52.96% from 355); Max value from RGB is 188 - color contains mainly: blue. Hex color #4265BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4265BC is #BD9A43. Grayscale: #646464. Windows color (decimal): -12425796 or 12346690. OLE color: 12346690.

HSL color Cylindrical-coordinate representation of color #4265BC: hue angle of 222.79º 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 #4265BC is Cyan = 0.65, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB66101188-
CMYK0.650.4600.26
HSL222.79º48.03%49.8%-
HSV(B)222.79º64.89%73.73%-
XYZ15.9814.149.46-
YUV100.45177.4103.43-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.59%
GREEN value IS 101 (39.84% from 255) = 28.45%
BLUE value IS 188 (73.83% from 255) = 52.96%
R=18.59%
G=28.45%
B=52.96%

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
Decimal661011880.650.4600.26222.7948.0349.8
Hex4265BC412E01Adf3032
Octal102145274101560323376062
Binary1000010110010110111100100000110111001101011011111110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4265BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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