#4065BE

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

Shades of Free Speech Blue #4065BE

Tints of Free Speech Blue #4065BE

Color information

#4065BE (or 0x4065BE) is unknown color: approx Free Speech Blue. HEX triplet: 40, 65 and BE. RGB value is (64,101,190). Sum of RGB (Red+Green+Blue) = 64+101+190=355 (47% of max value = 765). Red value is 64 (25.39% from 255 or 18.03% from 355); Green value is 101 (39.84% from 255 or 28.45% from 355); Blue value is 190 (74.61% from 255 or 53.52% from 355); Max value from RGB is 190 - color contains mainly: blue. Hex color #4065BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4065BE is #BF9A41. Grayscale: #636363. Windows color (decimal): -12556866 or 12477760. OLE color: 12477760.

HSL color Cylindrical-coordinate representation of color #4065BE: hue angle of 222.38º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4065BE is Cyan = 0.66, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB64101190-
CMYK0.660.4700.25
HSL222.38º49.61%49.8%-
HSV(B)222.38º66.32%74.51%-
XYZ16.0614.1250.59-
YUV100.08178.74102.26-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.03%
GREEN value IS 101 (39.84% from 255) = 28.45%
BLUE value IS 190 (74.61% from 255) = 53.52%
R=18.03%
G=28.45%
B=53.52%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal641011900.660.4700.25222.3849.6149.8
Hex4065BE422F019de3232
Octal100145276102570313366262
Binary1000000110010110111110100001010111101100111011110110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4065BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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