#465BBD

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

Shades of Free Speech Blue #465BBD

Tints of Free Speech Blue #465BBD

Color information

#465BBD (or 0x465BBD) is unknown color: approx Free Speech Blue. HEX triplet: 46, 5B and BD. RGB value is (70,91,189). Sum of RGB (Red+Green+Blue) = 70+91+189=350 (46% of max value = 765). Red value is 70 (27.73% from 255 or 20% from 350); Green value is 91 (35.94% from 255 or 26% from 350); Blue value is 189 (74.22% from 255 or 54% from 350); Max value from RGB is 189 - color contains mainly: blue. Hex color #465BBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #465BBD is #B9A442. Grayscale: #5F5F5F. Windows color (decimal): -12166211 or 12409670. OLE color: 12409670.

HSL color Cylindrical-coordinate representation of color #465BBD: hue angle of 229.41º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #465BBD is Cyan = 0.63, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB7091189-
CMYK0.630.5200.26
HSL229.41º47.41%50.78%-
HSV(B)229.41º62.96%74.12%-
XYZ15.4512.4649.73-
YUV95.89180.54109.53-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20%
GREEN value IS 91 (35.94% from 255) = 26%
BLUE value IS 189 (74.22% from 255) = 54%
R=20%
G=26%
B=54%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal70911890.630.5200.26229.4147.4150.78
Hex465BBD3F3401Ae52f33
Octal10613327577640323455763
Binary100011010110111011110111111111010001101011100101101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,91,189); }

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

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

 a { background-color: rgb(70,91,189); }

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

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

 span { border-color: rgb(70,91,189); }

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