#464FD4

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

Shades of Free Speech Blue #464FD4

Tints of Free Speech Blue #464FD4

Color information

#464FD4 (or 0x464FD4) is unknown color: approx Free Speech Blue. HEX triplet: 46, 4F and D4. RGB value is (70,79,212). Sum of RGB (Red+Green+Blue) = 70+79+212=361 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.39% from 361); Green value is 79 (31.25% from 255 or 21.88% from 361); Blue value is 212 (83.20% from 255 or 58.73% from 361); Max value from RGB is 212 - color contains mainly: blue. Hex color #464FD4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #464FD4 is #B9B02B. Grayscale: #5A5A5A. Windows color (decimal): -12169260 or 13913926. OLE color: 13913926.

HSL color Cylindrical-coordinate representation of color #464FD4: hue angle of 236.2º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #464FD4 is Cyan = 0.67, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB7079212-
CMYK0.670.6300.17
HSL236.2º62.28%55.29%-
HSV(B)236.2º66.98%83.14%-
XYZ17.2111.6563.63-
YUV91.47196.02112.69-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.39%
GREEN value IS 79 (31.25% from 255) = 21.88%
BLUE value IS 212 (83.20% from 255) = 58.73%
R=19.39%
G=21.88%
B=58.73%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal70792120.670.6300.17236.262.2855.29
Hex464FD4433F011ec3e37
Octal106117324103770213547667
Binary1000110100111111010100100001111111101000111101100111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464FD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464FD4; }

 p { color: rgb(70,79,212); }

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

<style>
 a { background-color: #464FD4; }

 a { background-color: rgb(70,79,212); }

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

<style>
 span { border-color: #464FD4; }

 span { border-color: rgb(70,79,212); }

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