#464CCF

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

Shades of Free Speech Blue #464CCF

Tints of Free Speech Blue #464CCF

Color information

#464CCF (or 0x464CCF) is unknown color: approx Free Speech Blue. HEX triplet: 46, 4C and CF. RGB value is (70,76,207). Sum of RGB (Red+Green+Blue) = 70+76+207=353 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.83% from 353); Green value is 76 (30.08% from 255 or 21.53% from 353); Blue value is 207 (81.25% from 255 or 58.64% from 353); Max value from RGB is 207 - color contains mainly: blue. Hex color #464CCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #464CCF is #B9B330. Grayscale: #585858. Windows color (decimal): -12170033 or 13585478. OLE color: 13585478.

HSL color Cylindrical-coordinate representation of color #464CCF: hue angle of 237.37º degrees, saturation: 0.59, 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 #464CCF is Cyan = 0.66, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB7076207-
CMYK0.660.6300.19
HSL237.37º58.8%54.31%-
HSV(B)237.37º66.18%81.18%-
XYZ16.3710.9860.29-
YUV89.14194.51114.35-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.83%
GREEN value IS 76 (30.08% from 255) = 21.53%
BLUE value IS 207 (81.25% from 255) = 58.64%
R=19.83%
G=21.53%
B=58.64%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal70762070.660.6300.19237.3758.854.31
Hex464CCF423F013ed3b36
Octal106114317102770233557366
Binary1000110100110011001111100001011111101001111101101111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,76,207); }

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

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

 a { background-color: rgb(70,76,207); }

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

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

 span { border-color: rgb(70,76,207); }

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