#4265BA

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

Shades of Free Speech Blue #4265BA

Tints of Free Speech Blue #4265BA

Color information

#4265BA (or 0x4265BA) is unknown color: approx Free Speech Blue. HEX triplet: 42, 65 and BA. RGB value is (66,101,186). Sum of RGB (Red+Green+Blue) = 66+101+186=353 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.70% from 353); Green value is 101 (39.84% from 255 or 28.61% from 353); Blue value is 186 (73.05% from 255 or 52.69% from 353); Max value from RGB is 186 - color contains mainly: blue. Hex color #4265BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4265BA is #BD9A45. Grayscale: #636363. Windows color (decimal): -12425798 or 12215618. OLE color: 12215618.

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

Color convert

RGB66101186-
CMYK0.650.4600.27
HSL222.5º47.62%49.41%-
HSV(B)222.5º64.52%72.94%-
XYZ15.7614.0148.33-
YUV100.22176.4103.59-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.70%
GREEN value IS 101 (39.84% from 255) = 28.61%
BLUE value IS 186 (73.05% from 255) = 52.69%
R=18.70%
G=28.61%
B=52.69%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal661011860.650.4600.27222.547.6249.41
Hex4265BA412E01Bde3031
Octal102145272101560333366061
Binary1000010110010110111010100000110111001101111011110110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4265BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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