#465fbf

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

Shades of Free Speech Blue #465FBF

Tints of Free Speech Blue #465FBF

Color information

#465FBF (or 0x465FBF) is unknown color: approx Free Speech Blue. HEX triplet: 46, 5F and BF. RGB value is (70,95,191). Sum of RGB (Red+Green+Blue) = 70+95+191=356 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.66% from 356); Green value is 95 (37.5% from 255 or 26.69% from 356); Blue value is 191 (75% from 255 or 53.65% from 356); Max value from RGB is 191 - color contains mainly: blue. Hex color #465FBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #465FBF is #B9A040. Grayscale: #626262. Windows color (decimal): -12165185 or 12541766. OLE color: 12541766.

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

Color convert

RGB7095191-
CMYK0.630.5000.25
HSL227.6º48.59%51.18%-
HSV(B)227.6º63.35%74.9%-
XYZ16.0213.2551-
YUV98.47180.22107.69-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.66%
GREEN value IS 95 (37.5% from 255) = 26.69%
BLUE value IS 191 (75% from 255) = 53.65%
R=19.66%
G=26.69%
B=53.65%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal70951910.630.5000.25227.648.5951.18
Hex465FBF3F32019e43133
Octal10613727777620313446163
Binary100011010111111011111111111111001001100111100100110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465fbf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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