#464DCF

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

Shades of Free Speech Blue #464DCF

Tints of Free Speech Blue #464DCF

Color information

#464DCF (or 0x464DCF) is unknown color: approx Free Speech Blue. HEX triplet: 46, 4D and CF. RGB value is (70,77,207). Sum of RGB (Red+Green+Blue) = 70+77+207=354 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.77% from 354); Green value is 77 (30.47% from 255 or 21.75% from 354); Blue value is 207 (81.25% from 255 or 58.47% from 354); Max value from RGB is 207 - color contains mainly: blue. Hex color #464DCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #464DCF is #B9B230. Grayscale: #595959. Windows color (decimal): -12169777 or 13585734. OLE color: 13585734.

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

Color convert

RGB7077207-
CMYK0.660.6300.19
HSL236.93º58.8%54.31%-
HSV(B)236.93º66.18%81.18%-
XYZ16.4411.1160.31-
YUV89.73194.18113.93-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.77%
GREEN value IS 77 (30.47% from 255) = 21.75%
BLUE value IS 207 (81.25% from 255) = 58.47%
R=19.77%
G=21.75%
B=58.47%

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
Decimal70772070.660.6300.19236.9358.854.31
Hex464DCF423F013ed3b36
Octal106115317102770233557366
Binary1000110100110111001111100001011111101001111101101111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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