#465EC3

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

Shades of Free Speech Blue #465EC3

Tints of Free Speech Blue #465EC3

Color information

#465EC3 (or 0x465EC3) is unknown color: approx Free Speech Blue. HEX triplet: 46, 5E and C3. RGB value is (70,94,195). Sum of RGB (Red+Green+Blue) = 70+94+195=359 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.50% from 359); Green value is 94 (37.11% from 255 or 26.18% from 359); Blue value is 195 (76.56% from 255 or 54.32% from 359); Max value from RGB is 195 - color contains mainly: blue. Hex color #465EC3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #465EC3 is #B9A13C. Grayscale: #616161. Windows color (decimal): -12165437 or 12803654. OLE color: 12803654.

HSL color Cylindrical-coordinate representation of color #465EC3: hue angle of 228.48º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #465EC3 is Cyan = 0.64, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB7094195-
CMYK0.640.5200.24
HSL228.48º51.02%51.96%-
HSV(B)228.48º64.1%76.47%-
XYZ16.3813.2553.32-
YUV98.34182.55107.79-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.50%
GREEN value IS 94 (37.11% from 255) = 26.18%
BLUE value IS 195 (76.56% from 255) = 54.32%
R=19.50%
G=26.18%
B=54.32%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal70941950.640.5200.24228.4851.0251.96
Hex465EC34034018e43334
Octal106136303100640303446364
Binary1000110101111011000011100000011010001100011100100110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465EC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,94,195); }

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

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

 a { background-color: rgb(70,94,195); }

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

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

 span { border-color: rgb(70,94,195); }

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