#465DCE

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

Shades of Free Speech Blue #465DCE

Tints of Free Speech Blue #465DCE

Color information

#465DCE (or 0x465DCE) is unknown color: approx Free Speech Blue. HEX triplet: 46, 5D and CE. RGB value is (70,93,206). Sum of RGB (Red+Green+Blue) = 70+93+206=369 (48% of max value = 765). Red value is 70 (27.73% from 255 or 18.97% from 369); Green value is 93 (36.72% from 255 or 25.20% from 369); Blue value is 206 (80.86% from 255 or 55.83% from 369); Max value from RGB is 206 - color contains mainly: blue. Hex color #465DCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #465DCE is #B9A231. Grayscale: #626262. Windows color (decimal): -12165682 or 13524294. OLE color: 13524294.

HSL color Cylindrical-coordinate representation of color #465DCE: hue angle of 229.85º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #465DCE is Cyan = 0.66, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB7093206-
CMYK0.660.5500.19
HSL229.85º58.12%54.12%-
HSV(B)229.85º66.02%80.78%-
XYZ17.5813.5960.09-
YUV99188.38107.31-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.97%
GREEN value IS 93 (36.72% from 255) = 25.20%
BLUE value IS 206 (80.86% from 255) = 55.83%
R=18.97%
G=25.20%
B=55.83%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal70932060.660.5500.19229.8558.1254.12
Hex465DCE4237013e63a36
Octal106135316102670233467266
Binary1000110101110111001110100001011011101001111100110111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,93,206); }

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

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

 a { background-color: rgb(70,93,206); }

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

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

 span { border-color: rgb(70,93,206); }

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