#4650B9

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

Shades of Free Speech Blue #4650B9

Tints of Free Speech Blue #4650B9

Color information

#4650B9 (or 0x4650B9) is unknown color: approx Free Speech Blue. HEX triplet: 46, 50 and B9. RGB value is (70,80,185). Sum of RGB (Red+Green+Blue) = 70+80+185=335 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.90% from 335); Green value is 80 (31.64% from 255 or 23.88% from 335); Blue value is 185 (72.66% from 255 or 55.22% from 335); Max value from RGB is 185 - color contains mainly: blue. Hex color #4650B9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4650B9 is #B9AF46. Grayscale: #585858. Windows color (decimal): -12169031 or 12144710. OLE color: 12144710.

HSL color Cylindrical-coordinate representation of color #4650B9: hue angle of 234.78º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4650B9 is Cyan = 0.62, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB7080185-
CMYK0.620.5700.27
HSL234.78º45.1%50%-
HSV(B)234.78º62.16%72.55%-
XYZ14.1510.5447.19-
YUV88.98182.19114.46-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.90%
GREEN value IS 80 (31.64% from 255) = 23.88%
BLUE value IS 185 (72.66% from 255) = 55.22%
R=20.90%
G=23.88%
B=55.22%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal70801850.620.5700.27234.7845.150
Hex4650B93E3901Beb2d32
Octal10612027176710333535562
Binary100011010100001011100111111011100101101111101011101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4650B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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