#465FD2

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

Shades of Free Speech Blue #465FD2

Tints of Free Speech Blue #465FD2

Color information

#465FD2 (or 0x465FD2) is unknown color: approx Free Speech Blue. HEX triplet: 46, 5F and D2. RGB value is (70,95,210). Sum of RGB (Red+Green+Blue) = 70+95+210=375 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.67% from 375); Green value is 95 (37.5% from 255 or 25.33% from 375); Blue value is 210 (82.42% from 255 or 56% from 375); Max value from RGB is 210 - color contains mainly: blue. Hex color #465FD2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #465FD2 is #B9A02D. Grayscale: #646464. Windows color (decimal): -12165166 or 13786950. OLE color: 13786950.

HSL color Cylindrical-coordinate representation of color #465FD2: hue angle of 229.29º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #465FD2 is Cyan = 0.67, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB7095210-
CMYK0.670.5500.18
HSL229.29º60.87%54.9%-
HSV(B)229.29º66.67%82.35%-
XYZ18.2514.1462.74-
YUV100.64189.72106.15-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.67%
GREEN value IS 95 (37.5% from 255) = 25.33%
BLUE value IS 210 (82.42% from 255) = 56%
R=18.67%
G=25.33%
B=56%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal70952100.670.5500.18229.2960.8754.9
Hex465FD24337012e53d37
Octal106137322103670223457567
Binary1000110101111111010010100001111011101001011100101111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465FD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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