#465AC6

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

Shades of Free Speech Blue #465AC6

Tints of Free Speech Blue #465AC6

Color information

#465AC6 (or 0x465AC6) is unknown color: approx Free Speech Blue. HEX triplet: 46, 5A and C6. RGB value is (70,90,198). Sum of RGB (Red+Green+Blue) = 70+90+198=358 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.55% from 358); Green value is 90 (35.55% from 255 or 25.14% from 358); Blue value is 198 (77.73% from 255 or 55.31% from 358); Max value from RGB is 198 - color contains mainly: blue. Hex color #465AC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #465AC6 is #B9A539. Grayscale: #5F5F5F. Windows color (decimal): -12166458 or 12999238. OLE color: 12999238.

HSL color Cylindrical-coordinate representation of color #465AC6: hue angle of 230.62º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #465AC6 is Cyan = 0.65, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB7090198-
CMYK0.650.5500.22
HSL230.62º52.89%52.55%-
HSV(B)230.62º64.65%77.65%-
XYZ16.3712.6955.01-
YUV96.33185.37109.22-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.55%
GREEN value IS 90 (35.55% from 255) = 25.14%
BLUE value IS 198 (77.73% from 255) = 55.31%
R=19.55%
G=25.14%
B=55.31%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal70901980.650.5500.22230.6252.8952.55
Hex465AC64137016e73535
Octal106132306101670263476565
Binary1000110101101011000110100000111011101011011100111110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,90,198); }

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

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

 a { background-color: rgb(70,90,198); }

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

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

 span { border-color: rgb(70,90,198); }

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