#4650BB

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

Shades of Free Speech Blue #4650BB

Tints of Free Speech Blue #4650BB

Color information

#4650BB (or 0x4650BB) is unknown color: approx Free Speech Blue. HEX triplet: 46, 50 and BB. RGB value is (70,80,187). Sum of RGB (Red+Green+Blue) = 70+80+187=337 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.77% from 337); Green value is 80 (31.64% from 255 or 23.74% from 337); Blue value is 187 (73.44% from 255 or 55.49% from 337); Max value from RGB is 187 - color contains mainly: blue. Hex color #4650BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4650BB is #B9AF44. Grayscale: #585858. Windows color (decimal): -12169029 or 12275782. OLE color: 12275782.

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

Color convert

RGB7080187-
CMYK0.630.5700.27
HSL234.87º46.25%50.39%-
HSV(B)234.87º62.57%73.33%-
XYZ14.3610.6348.31-
YUV89.21183.19114.3-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.77%
GREEN value IS 80 (31.64% from 255) = 23.74%
BLUE value IS 187 (73.44% from 255) = 55.49%
R=20.77%
G=23.74%
B=55.49%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal70801870.630.5700.27234.8746.2550.39
Hex4650BB3F3901Beb2e32
Octal10612027377710333535662
Binary100011010100001011101111111111100101101111101011101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4650BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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