#4265BE

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

Shades of Free Speech Blue #4265BE

Tints of Free Speech Blue #4265BE

Color information

#4265BE (or 0x4265BE) is unknown color: approx Free Speech Blue. HEX triplet: 42, 65 and BE. RGB value is (66,101,190). Sum of RGB (Red+Green+Blue) = 66+101+190=357 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.49% from 357); Green value is 101 (39.84% from 255 or 28.29% from 357); Blue value is 190 (74.61% from 255 or 53.22% from 357); Max value from RGB is 190 - color contains mainly: blue. Hex color #4265BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4265BE is #BD9A41. Grayscale: #646464. Windows color (decimal): -12425794 or 12477762. OLE color: 12477762.

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

Color convert

RGB66101190-
CMYK0.650.4700.25
HSL223.06º48.82%50.2%-
HSV(B)223.06º65.26%74.51%-
XYZ16.1914.1850.6-
YUV100.68178.4103.26-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.49%
GREEN value IS 101 (39.84% from 255) = 28.29%
BLUE value IS 190 (74.61% from 255) = 53.22%
R=18.49%
G=28.29%
B=53.22%

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
Decimal661011900.650.4700.25223.0648.8250.2
Hex4265BE412F019df3132
Octal102145276101570313376162
Binary1000010110010110111110100000110111101100111011111110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4265BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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