#464FBD

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

Shades of Free Speech Blue #464FBD

Tints of Free Speech Blue #464FBD

Color information

#464FBD (or 0x464FBD) is unknown color: approx Free Speech Blue. HEX triplet: 46, 4F and BD. RGB value is (70,79,189). Sum of RGB (Red+Green+Blue) = 70+79+189=338 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.71% from 338); Green value is 79 (31.25% from 255 or 23.37% from 338); Blue value is 189 (74.22% from 255 or 55.92% from 338); Max value from RGB is 189 - color contains mainly: blue. Hex color #464FBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #464FBD is #B9B042. Grayscale: #585858. Windows color (decimal): -12169283 or 12406598. OLE color: 12406598.

HSL color Cylindrical-coordinate representation of color #464FBD: hue angle of 235.46º 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 #464FBD is Cyan = 0.63, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB7079189-
CMYK0.630.5800.26
HSL235.46º47.41%50.78%-
HSV(B)235.46º62.96%74.12%-
XYZ14.5110.5749.42-
YUV88.85184.52114.56-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.71%
GREEN value IS 79 (31.25% from 255) = 23.37%
BLUE value IS 189 (74.22% from 255) = 55.92%
R=20.71%
G=23.37%
B=55.92%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal70791890.630.5800.26235.4647.4150.78
Hex464FBD3F3A01Aeb2f33
Octal10611727577720323535763
Binary100011010011111011110111111111101001101011101011101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464FBD; }

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

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

<style>
 a { background-color: #464FBD; }

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

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

<style>
 span { border-color: #464FBD; }

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

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