#4650C9

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

Shades of Free Speech Blue #4650C9

Tints of Free Speech Blue #4650C9

Color information

#4650C9 (or 0x4650C9) is unknown color: approx Free Speech Blue. HEX triplet: 46, 50 and C9. RGB value is (70,80,201). Sum of RGB (Red+Green+Blue) = 70+80+201=351 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.94% from 351); Green value is 80 (31.64% from 255 or 22.79% from 351); Blue value is 201 (78.91% from 255 or 57.26% from 351); Max value from RGB is 201 - color contains mainly: blue. Hex color #4650C9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4650C9 is #B9AF36. Grayscale: #5A5A5A. Windows color (decimal): -12169015 or 13193286. OLE color: 13193286.

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

Color convert

RGB7080201-
CMYK0.650.6000.21
HSL235.42º54.81%53.14%-
HSV(B)235.42º65.17%78.82%-
XYZ15.9411.2656.59-
YUV90.8190.19113.16-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.94%
GREEN value IS 80 (31.64% from 255) = 22.79%
BLUE value IS 201 (78.91% from 255) = 57.26%
R=19.94%
G=22.79%
B=57.26%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal70802010.650.6000.21235.4254.8153.14
Hex4650C9413C015eb3735
Octal106120311101740253536765
Binary1000110101000011001001100000111110001010111101011110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4650C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4650C9; }

 p { color: rgb(70,80,201); }

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

<style>
 a { background-color: #4650C9; }

 a { background-color: rgb(70,80,201); }

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

<style>
 span { border-color: #4650C9; }

 span { border-color: rgb(70,80,201); }

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