#4658C2

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

Shades of Free Speech Blue #4658C2

Tints of Free Speech Blue #4658C2

Color information

#4658C2 (or 0x4658C2) is unknown color: approx Free Speech Blue. HEX triplet: 46, 58 and C2. RGB value is (70,88,194). Sum of RGB (Red+Green+Blue) = 70+88+194=352 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.89% from 352); Green value is 88 (34.77% from 255 or 25% from 352); Blue value is 194 (76.17% from 255 or 55.11% from 352); Max value from RGB is 194 - color contains mainly: blue. Hex color #4658C2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4658C2 is #B9A73D. Grayscale: #5E5E5E. Windows color (decimal): -12166974 or 12736582. OLE color: 12736582.

HSL color Cylindrical-coordinate representation of color #4658C2: hue angle of 231.29º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4658C2 is Cyan = 0.64, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB7088194-
CMYK0.640.5500.24
HSL231.29º50.41%51.76%-
HSV(B)231.29º63.92%76.08%-
XYZ15.7512.1852.56-
YUV94.7184.04110.38-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.89%
GREEN value IS 88 (34.77% from 255) = 25%
BLUE value IS 194 (76.17% from 255) = 55.11%
R=19.89%
G=25%
B=55.11%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal70881940.640.5500.24231.2950.4151.76
Hex4658C24037018e73234
Octal106130302100670303476264
Binary1000110101100011000010100000011011101100011100111110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4658C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4658C2; }

 p { color: rgb(70,88,194); }

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

<style>
 a { background-color: #4658C2; }

 a { background-color: rgb(70,88,194); }

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

<style>
 span { border-color: #4658C2; }

 span { border-color: rgb(70,88,194); }

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