#465BBA

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

Shades of Free Speech Blue #465BBA

Tints of Free Speech Blue #465BBA

Color information

#465BBA (or 0x465BBA) is unknown color: approx Free Speech Blue. HEX triplet: 46, 5B and BA. RGB value is (70,91,186). Sum of RGB (Red+Green+Blue) = 70+91+186=347 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.17% from 347); Green value is 91 (35.94% from 255 or 26.22% from 347); Blue value is 186 (73.05% from 255 or 53.60% from 347); Max value from RGB is 186 - color contains mainly: blue. Hex color #465BBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #465BBA is #B9A445. Grayscale: #5F5F5F. Windows color (decimal): -12166214 or 12213062. OLE color: 12213062.

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

Color convert

RGB7091186-
CMYK0.620.5100.27
HSL229.14º45.67%50.2%-
HSV(B)229.14º62.37%72.94%-
XYZ15.1312.3348.04-
YUV95.55179.04109.78-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.17%
GREEN value IS 91 (35.94% from 255) = 26.22%
BLUE value IS 186 (73.05% from 255) = 53.60%
R=20.17%
G=26.22%
B=53.60%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal70911860.620.5100.27229.1445.6750.2
Hex465BBA3E3301Be52e32
Octal10613327276630333455662
Binary100011010110111011101011111011001101101111100101101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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