#4264BE

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

Shades of Free Speech Blue #4264BE

Tints of Free Speech Blue #4264BE

Color information

#4264BE (or 0x4264BE) is unknown color: approx Free Speech Blue. HEX triplet: 42, 64 and BE. RGB value is (66,100,190). Sum of RGB (Red+Green+Blue) = 66+100+190=356 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.54% from 356); Green value is 100 (39.45% from 255 or 28.09% from 356); Blue value is 190 (74.61% from 255 or 53.37% from 356); Max value from RGB is 190 - color contains mainly: blue. Hex color #4264BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4264BE is #BD9B41. Grayscale: #636363. Windows color (decimal): -12426050 or 12477506. OLE color: 12477506.

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

Color convert

RGB66100190-
CMYK0.650.4700.25
HSL223.55º48.82%50.2%-
HSV(B)223.55º65.26%74.51%-
XYZ16.113.9950.57-
YUV100.09178.74103.68-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.54%
GREEN value IS 100 (39.45% from 255) = 28.09%
BLUE value IS 190 (74.61% from 255) = 53.37%
R=18.54%
G=28.09%
B=53.37%

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
Decimal661001900.650.4700.25223.5548.8250.2
Hex4264BE412F019e03132
Octal102144276101570313406162
Binary1000010110010010111110100000110111101100111100000110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4264BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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