#465CBF

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

Shades of Free Speech Blue #465CBF

Tints of Free Speech Blue #465CBF

Color information

#465CBF (or 0x465CBF) is unknown color: approx Free Speech Blue. HEX triplet: 46, 5C and BF. RGB value is (70,92,191). Sum of RGB (Red+Green+Blue) = 70+92+191=353 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.83% from 353); Green value is 92 (36.33% from 255 or 26.06% from 353); Blue value is 191 (75% from 255 or 54.11% from 353); Max value from RGB is 191 - color contains mainly: blue. Hex color #465CBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #465CBF is #B9A340. Grayscale: #606060. Windows color (decimal): -12165953 or 12540998. OLE color: 12540998.

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

Color convert

RGB7092191-
CMYK0.630.5200.25
HSL229.09º48.59%51.18%-
HSV(B)229.09º63.35%74.9%-
XYZ15.7612.7250.91-
YUV96.71181.21108.95-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.83%
GREEN value IS 92 (36.33% from 255) = 26.06%
BLUE value IS 191 (75% from 255) = 54.11%
R=19.83%
G=26.06%
B=54.11%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal70921910.630.5200.25229.0948.5951.18
Hex465CBF3F34019e53133
Octal10613427777640313456163
Binary100011010111001011111111111111010001100111100101110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,92,191); }

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

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

 a { background-color: rgb(70,92,191); }

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

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

 span { border-color: rgb(70,92,191); }

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