#465EBB

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

Shades of Free Speech Blue #465EBB

Tints of Free Speech Blue #465EBB

Color information

#465EBB (or 0x465EBB) is unknown color: approx Free Speech Blue. HEX triplet: 46, 5E and BB. RGB value is (70,94,187). Sum of RGB (Red+Green+Blue) = 70+94+187=351 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.94% from 351); Green value is 94 (37.11% from 255 or 26.78% from 351); Blue value is 187 (73.44% from 255 or 53.28% from 351); Max value from RGB is 187 - color contains mainly: blue. Hex color #465EBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #465EBB is #B9A144. Grayscale: #616161. Windows color (decimal): -12165445 or 12279366. OLE color: 12279366.

HSL color Cylindrical-coordinate representation of color #465EBB: hue angle of 227.69º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #465EBB is Cyan = 0.63, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB7094187-
CMYK0.630.5000.27
HSL227.69º46.25%50.39%-
HSV(B)227.69º62.57%73.33%-
XYZ15.512.948.69-
YUV97.43178.55108.44-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.94%
GREEN value IS 94 (37.11% from 255) = 26.78%
BLUE value IS 187 (73.44% from 255) = 53.28%
R=19.94%
G=26.78%
B=53.28%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal70941870.630.5000.27227.6946.2550.39
Hex465EBB3F3201Be42e32
Octal10613627377620333445662
Binary100011010111101011101111111111001001101111100100101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465EBB; }

 p { color: rgb(70,94,187); }

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

<style>
 a { background-color: #465EBB; }

 a { background-color: rgb(70,94,187); }

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

<style>
 span { border-color: #465EBB; }

 span { border-color: rgb(70,94,187); }

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