#4658C6

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

Shades of Free Speech Blue #4658C6

Tints of Free Speech Blue #4658C6

Color information

#4658C6 (or 0x4658C6) is unknown color: approx Free Speech Blue. HEX triplet: 46, 58 and C6. RGB value is (70,88,198). Sum of RGB (Red+Green+Blue) = 70+88+198=356 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.66% from 356); Green value is 88 (34.77% from 255 or 24.72% from 356); Blue value is 198 (77.73% from 255 or 55.62% from 356); Max value from RGB is 198 - color contains mainly: blue. Hex color #4658C6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4658C6 is #B9A739. Grayscale: #5E5E5E. Windows color (decimal): -12166970 or 12998726. OLE color: 12998726.

HSL color Cylindrical-coordinate representation of color #4658C6: hue angle of 231.56º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4658C6 is Cyan = 0.65, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB7088198-
CMYK0.650.5600.22
HSL231.56º52.89%52.55%-
HSV(B)231.56º64.65%77.65%-
XYZ16.2112.3654.96-
YUV95.16186.04110.06-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.66%
GREEN value IS 88 (34.77% from 255) = 24.72%
BLUE value IS 198 (77.73% from 255) = 55.62%
R=19.66%
G=24.72%
B=55.62%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal70881980.650.5600.22231.5652.8952.55
Hex4658C64138016e83535
Octal106130306101700263506565
Binary1000110101100011000110100000111100001011011101000110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4658C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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