#4649CA

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

Shades of Free Speech Blue #4649CA

Tints of Free Speech Blue #4649CA

Color information

#4649CA (or 0x4649CA) is unknown color: approx Free Speech Blue. HEX triplet: 46, 49 and CA. RGB value is (70,73,202). Sum of RGB (Red+Green+Blue) = 70+73+202=345 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.29% from 345); Green value is 73 (28.91% from 255 or 21.16% from 345); Blue value is 202 (79.30% from 255 or 58.55% from 345); Max value from RGB is 202 - color contains mainly: blue. Hex color #4649CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4649CA is #B9B635. Grayscale: #565656. Windows color (decimal): -12170806 or 13257030. OLE color: 13257030.

HSL color Cylindrical-coordinate representation of color #4649CA: hue angle of 238.64º 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 #4649CA is Cyan = 0.65, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB7073202-
CMYK0.650.6400.21
HSL238.64º55.46%53.33%-
HSV(B)238.64º65.35%79.22%-
XYZ15.5710.3357.05-
YUV86.81193.01116.01-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.29%
GREEN value IS 73 (28.91% from 255) = 21.16%
BLUE value IS 202 (79.30% from 255) = 58.55%
R=20.29%
G=21.16%
B=58.55%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal70732020.650.6400.21238.6455.4653.33
Hex4649CA4140015ef3735
Octal1061113121011000253576765
Binary10001101001001110010101000001100000001010111101111110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4649CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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