#4650D6

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

Shades of Free Speech Blue #4650D6

Tints of Free Speech Blue #4650D6

Color information

#4650D6 (or 0x4650D6) is unknown color: approx Free Speech Blue. HEX triplet: 46, 50 and D6. RGB value is (70,80,214). Sum of RGB (Red+Green+Blue) = 70+80+214=364 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.23% from 364); Green value is 80 (31.64% from 255 or 21.98% from 364); Blue value is 214 (83.98% from 255 or 58.79% from 364); Max value from RGB is 214 - color contains mainly: blue. Hex color #4650D6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4650D6 is #B9AF29. Grayscale: #5B5B5B. Windows color (decimal): -12169002 or 14045254. OLE color: 14045254.

HSL color Cylindrical-coordinate representation of color #4650D6: hue angle of 235.83º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4650D6 is Cyan = 0.67, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB7080214-
CMYK0.670.6300.16
HSL235.83º63.72%55.69%-
HSV(B)235.83º67.29%83.92%-
XYZ17.5311.8964.99-
YUV92.29196.69112.1-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.23%
GREEN value IS 80 (31.64% from 255) = 21.98%
BLUE value IS 214 (83.98% from 255) = 58.79%
R=19.23%
G=21.98%
B=58.79%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal70802140.670.6300.16235.8363.7255.69
Hex4650D6433F010ec4038
Octal1061203261037702035410070
Binary10001101010000110101101000011111111010000111011001000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4650D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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