#465FBB

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

Shades of Free Speech Blue #465FBB

Tints of Free Speech Blue #465FBB

Color information

#465FBB (or 0x465FBB) is unknown color: approx Free Speech Blue. HEX triplet: 46, 5F and BB. RGB value is (70,95,187). Sum of RGB (Red+Green+Blue) = 70+95+187=352 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.89% from 352); Green value is 95 (37.5% from 255 or 26.99% from 352); Blue value is 187 (73.44% from 255 or 53.12% from 352); Max value from RGB is 187 - color contains mainly: blue. Hex color #465FBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #465FBB is #B9A044. Grayscale: #616161. Windows color (decimal): -12165189 or 12279622. OLE color: 12279622.

HSL color Cylindrical-coordinate representation of color #465FBB: hue angle of 227.18º 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 #465FBB is Cyan = 0.63, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB7095187-
CMYK0.630.4900.27
HSL227.18º46.25%50.39%-
HSV(B)227.18º62.57%73.33%-
XYZ15.5913.0748.72-
YUV98.01178.22108.02-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.89%
GREEN value IS 95 (37.5% from 255) = 26.99%
BLUE value IS 187 (73.44% from 255) = 53.12%
R=19.89%
G=26.99%
B=53.12%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal70951870.630.4900.27227.1846.2550.39
Hex465FBB3F3101Be32e32
Octal10613727377610333435662
Binary100011010111111011101111111111000101101111100011101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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