#464FC4

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

Shades of Free Speech Blue #464FC4

Tints of Free Speech Blue #464FC4

Color information

#464FC4 (or 0x464FC4) is unknown color: approx Free Speech Blue. HEX triplet: 46, 4F and C4. RGB value is (70,79,196). Sum of RGB (Red+Green+Blue) = 70+79+196=345 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.29% from 345); Green value is 79 (31.25% from 255 or 22.90% from 345); Blue value is 196 (76.95% from 255 or 56.81% from 345); Max value from RGB is 196 - color contains mainly: blue. Hex color #464FC4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #464FC4 is #B9B03B. Grayscale: #595959. Windows color (decimal): -12169276 or 12865350. OLE color: 12865350.

HSL color Cylindrical-coordinate representation of color #464FC4: hue angle of 235.71º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #464FC4 is Cyan = 0.64, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB7079196-
CMYK0.640.6000.23
HSL235.71º51.64%52.16%-
HSV(B)235.71º64.29%76.86%-
XYZ15.2910.8853.52-
YUV89.65188.02113.99-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.29%
GREEN value IS 79 (31.25% from 255) = 22.90%
BLUE value IS 196 (76.95% from 255) = 56.81%
R=20.29%
G=22.90%
B=56.81%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal70791960.640.6000.23235.7151.6452.16
Hex464FC4403C017ec3434
Octal106117304100740273546464
Binary1000110100111111000100100000011110001011111101100110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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