#4656CA

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

Shades of Free Speech Blue #4656CA

Tints of Free Speech Blue #4656CA

Color information

#4656CA (or 0x4656CA) is unknown color: approx Free Speech Blue. HEX triplet: 46, 56 and CA. RGB value is (70,86,202). Sum of RGB (Red+Green+Blue) = 70+86+202=358 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.55% from 358); Green value is 86 (33.98% from 255 or 24.02% from 358); Blue value is 202 (79.30% from 255 or 56.42% from 358); Max value from RGB is 202 - color contains mainly: blue. Hex color #4656CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4656CA is #B9A935. Grayscale: #5D5D5D. Windows color (decimal): -12167478 or 13260358. OLE color: 13260358.

HSL color Cylindrical-coordinate representation of color #4656CA: hue angle of 232.73º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4656CA is Cyan = 0.65, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB7086202-
CMYK0.650.5700.21
HSL232.73º55.46%53.33%-
HSV(B)232.73º65.35%79.22%-
XYZ16.5112.2257.37-
YUV94.44188.7110.57-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.55%
GREEN value IS 86 (33.98% from 255) = 24.02%
BLUE value IS 202 (79.30% from 255) = 56.42%
R=19.55%
G=24.02%
B=56.42%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal70862020.650.5700.21232.7355.4653.33
Hex4656CA4139015e93735
Octal106126312101710253516765
Binary1000110101011011001010100000111100101010111101001110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4656CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4656CA; }

 p { color: rgb(70,86,202); }

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

<style>
 a { background-color: #4656CA; }

 a { background-color: rgb(70,86,202); }

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

<style>
 span { border-color: #4656CA; }

 span { border-color: rgb(70,86,202); }

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