#4654C0

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

Shades of Free Speech Blue #4654C0

Tints of Free Speech Blue #4654C0

Color information

#4654C0 (or 0x4654C0) is unknown color: approx Free Speech Blue. HEX triplet: 46, 54 and C0. RGB value is (70,84,192). Sum of RGB (Red+Green+Blue) = 70+84+192=346 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.23% from 346); Green value is 84 (33.20% from 255 or 24.28% from 346); Blue value is 192 (75.39% from 255 or 55.49% from 346); Max value from RGB is 192 - color contains mainly: blue. Hex color #4654C0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4654C0 is #B9AB3F. Grayscale: #5B5B5B. Windows color (decimal): -12168000 or 12604486. OLE color: 12604486.

HSL color Cylindrical-coordinate representation of color #4654C0: hue angle of 233.11º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4654C0 is Cyan = 0.64, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB7084192-
CMYK0.640.5600.25
HSL233.11º49.19%51.37%-
HSV(B)233.11º63.54%75.29%-
XYZ15.2111.4551.28-
YUV92.13184.36112.22-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.23%
GREEN value IS 84 (33.20% from 255) = 24.28%
BLUE value IS 192 (75.39% from 255) = 55.49%
R=20.23%
G=24.28%
B=55.49%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal70841920.640.5600.25233.1149.1951.37
Hex4654C04038019e93133
Octal106124300100700313516163
Binary1000110101010011000000100000011100001100111101001110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4654C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4654C0; }

 p { color: rgb(70,84,192); }

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

<style>
 a { background-color: #4654C0; }

 a { background-color: rgb(70,84,192); }

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

<style>
 span { border-color: #4654C0; }

 span { border-color: rgb(70,84,192); }

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