#4655ce

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

Shades of Free Speech Blue #4655CE

Tints of Free Speech Blue #4655CE

Color information

#4655CE (or 0x4655CE) is unknown color: approx Free Speech Blue. HEX triplet: 46, 55 and CE. RGB value is (70,85,206). Sum of RGB (Red+Green+Blue) = 70+85+206=361 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.39% from 361); Green value is 85 (33.59% from 255 or 23.55% from 361); Blue value is 206 (80.86% from 255 or 57.06% from 361); Max value from RGB is 206 - color contains mainly: blue. Hex color #4655CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4655CE is #B9AA31. Grayscale: #5D5D5D. Windows color (decimal): -12167730 or 13522246. OLE color: 13522246.

HSL color Cylindrical-coordinate representation of color #4655CE: hue angle of 233.38º degrees, saturation: 0.58, 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 #4655CE is Cyan = 0.66, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB7085206-
CMYK0.660.5900.19
HSL233.38º58.12%54.12%-
HSV(B)233.38º66.02%80.78%-
XYZ16.9112.2659.87-
YUV94.31191.03110.66-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.39%
GREEN value IS 85 (33.59% from 255) = 23.55%
BLUE value IS 206 (80.86% from 255) = 57.06%
R=19.39%
G=23.55%
B=57.06%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal70852060.660.5900.19233.3858.1254.12
Hex4655CE423B013e93a36
Octal106125316102730233517266
Binary1000110101010111001110100001011101101001111101001111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4655ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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