#4655C4

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

Shades of Free Speech Blue #4655C4

Tints of Free Speech Blue #4655C4

Color information

#4655C4 (or 0x4655C4) is unknown color: approx Free Speech Blue. HEX triplet: 46, 55 and C4. RGB value is (70,85,196). Sum of RGB (Red+Green+Blue) = 70+85+196=351 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.94% from 351); Green value is 85 (33.59% from 255 or 24.22% from 351); Blue value is 196 (76.95% from 255 or 55.84% from 351); Max value from RGB is 196 - color contains mainly: blue. Hex color #4655C4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4655C4 is #B9AA3B. Grayscale: #5C5C5C. Windows color (decimal): -12167740 or 12866886. OLE color: 12866886.

HSL color Cylindrical-coordinate representation of color #4655C4: hue angle of 232.86º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4655C4 is Cyan = 0.64, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB7085196-
CMYK0.640.5700.23
HSL232.86º51.64%52.16%-
HSV(B)232.86º64.29%76.86%-
XYZ15.7411.7853.67-
YUV93.17186.03111.47-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.94%
GREEN value IS 85 (33.59% from 255) = 24.22%
BLUE value IS 196 (76.95% from 255) = 55.84%
R=19.94%
G=24.22%
B=55.84%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal70851960.640.5700.23232.8651.6452.16
Hex4655C44039017e93434
Octal106125304100710273516464
Binary1000110101010111000100100000011100101011111101001110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4655C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4655C4; }

 p { color: rgb(70,85,196); }

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

<style>
 a { background-color: #4655C4; }

 a { background-color: rgb(70,85,196); }

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

<style>
 span { border-color: #4655C4; }

 span { border-color: rgb(70,85,196); }

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